diff options
author | Gerald Carter <jerry@samba.org> | 2003-08-20 21:52:52 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2003-08-20 21:52:52 +0000 |
commit | a750624f4d005e2bc415e86a38947a7fa10d0cb9 (patch) | |
tree | 206472fd4bc1af26969b85e2ac19dafe82774eff /examples/LDAP/smbldap-tools/INSTALL | |
parent | 8bfe26b62db2e671b143d93a5428f8fb64a9df05 (diff) | |
download | samba-a750624f4d005e2bc415e86a38947a7fa10d0cb9.tar.gz samba-a750624f4d005e2bc415e86a38947a7fa10d0cb9.tar.bz2 samba-a750624f4d005e2bc415e86a38947a7fa10d0cb9.zip |
checlking in initial version of 2.2 scripts so I can start updating them
(This used to be commit 766a5070d58ada7a871a7fab45b5f7e203264952)
Diffstat (limited to 'examples/LDAP/smbldap-tools/INSTALL')
-rw-r--r-- | examples/LDAP/smbldap-tools/INSTALL | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/examples/LDAP/smbldap-tools/INSTALL b/examples/LDAP/smbldap-tools/INSTALL new file mode 100644 index 0000000000..f4c72751a7 --- /dev/null +++ b/examples/LDAP/smbldap-tools/INSTALL @@ -0,0 +1,28 @@ +# $Source: /data/src/mirror/cvs/samba/examples/LDAP/smbldap-tools/INSTALL,v $ +# +## How To Install SMBLDAP-TOOLS + +Quick & Dirty: +=-=-=-=-=-=-=- + . Copy all those scripts in /usr/local/sbin/ + . Modify smbldap_conf.pm to match your configuration + . If not already done : "smbpasswd -w secret" to set up + the ldap admin password in secrets.tdb + . Either add /usr/local/sbin in $PERLLIB or run the scripts + from this directory, or make a symlink from /usr/local/sbin/*.pm + to /usr/lib/perl5/. + . to allow a domain admin to add user using "add user script" in smb.conf : + chmod 753 smbldap_conf.pm + chmod 750 smbldap-useradd.pl + chgrp 512 smbldap_conf.pm smbldap-useradd.pl (512 = 0x200 = Domain Admins) + Have your admin belong to this group + In smb.conf : domain admin group = " @"Domain Admins" " + +RedHat RPM: +=-=-=-=-=-= +Install smbldap-tools-0.7-1.i386.rpm +Modify /usr/local/sbin/smbldap_conf.pm to match you configuration +If not already done : "smbpasswd -w secret" to set up +the ldap admin password in secrets.tdb + +# - The End |