| Line | |
|---|
| 1 | <samba:parameter name="delete user script"
|
|---|
| 2 | type="string"
|
|---|
| 3 | context="G"
|
|---|
| 4 | advanced="1" developer="1"
|
|---|
| 5 | xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
|---|
| 6 | <description>
|
|---|
| 7 | <para>This is the full pathname to a script that will
|
|---|
| 8 | be run by <citerefentry><refentrytitle>smbd</refentrytitle>
|
|---|
| 9 | <manvolnum>8</manvolnum></citerefentry> when managing users
|
|---|
| 10 | with remote RPC (NT) tools.
|
|---|
| 11 | </para>
|
|---|
| 12 |
|
|---|
| 13 | <para>This script is called when a remote client removes a user
|
|---|
| 14 | from the server, normally using 'User Manager for Domains' or
|
|---|
| 15 | <command moreinfo="none">rpcclient</command>.</para>
|
|---|
| 16 |
|
|---|
| 17 | <para>This script should delete the given UNIX username.</para>
|
|---|
| 18 | </description>
|
|---|
| 19 |
|
|---|
| 20 | <value type="default"></value>
|
|---|
| 21 | <value type="example">/usr/local/samba/bin/del_user %u</value>
|
|---|
| 22 | </samba:parameter>
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.