[Pkg-samba-maint] r1030 - trunk
Christian Perrier
bubulle at costa.debian.org
Fri Feb 10 11:37:43 UTC 2006
Author: bubulle
Date: 2006-02-10 11:37:42 +0000 (Fri, 10 Feb 2006)
New Revision: 1030
Modified:
trunk/changelog
trunk/smb.conf
Log:
Add an example "add user script"
Modified: trunk/changelog
===================================================================
--- trunk/changelog 2006-02-09 12:58:01 UTC (rev 1029)
+++ trunk/changelog 2006-02-10 11:37:42 UTC (rev 1030)
@@ -2,6 +2,7 @@
* add a few logon-related parameters as good and safe
examples for *DC-type settings. Closes: #349051
+ * add an example "add user script". Closes: #349050
-- Christian Perrier <bubulle at debian.org> Wed, 8 Feb 2006 18:39:15 +0100
Modified: trunk/smb.conf
===================================================================
--- trunk/smb.conf 2006-02-09 12:58:01 UTC (rev 1029)
+++ trunk/smb.conf 2006-02-10 11:37:42 UTC (rev 1030)
@@ -148,6 +148,10 @@
# NOTE: Must be store in 'DOS' file format convention
; logon script = logon.cmd
+# This allows Unix users to be created on the domain controller via the SAMR
+# RPC pipe. The example command creates a user account with a disabled Unix
+# password; please adapt to your needs
+; add user script = /usr/sbin/adduser --quiet --disabled-password --gecos "" %u
########## Printing ##########
More information about the Pkg-samba-maint
mailing list