mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
s3:doc: add an example with idmap script to the idmap_tdb2 manpage
This commit is contained in:
parent
2f253c2791
commit
86973eee43
@ -109,6 +109,18 @@
|
||||
idmap config * : backend = tdb2
|
||||
idmap config * : range = 1000000-2000000
|
||||
</programlisting>
|
||||
|
||||
<para>
|
||||
This example shows how tdb2 is used as a the default idmap backend
|
||||
using an external program via the script parameter:
|
||||
</para>
|
||||
|
||||
<programlisting>
|
||||
[global]
|
||||
idmap config * : backend = tdb2
|
||||
idmap config * : range = 1000000-2000000
|
||||
idmap config * : script = /usr/local/samba/bin/idmap_script.sh
|
||||
</programlisting>
|
||||
</refsect1>
|
||||
|
||||
<refsect1>
|
||||
|
Loading…
Reference in New Issue
Block a user