I use the script that came with Samba Here is one line of a script that I use to setup our users.
$command="/usr/local/samba/smbldap-useradd.pl -a -C '\\\\$servername' -F '\\\\$servername\\profiles\\$username' -N '$fullname' -c '$fullname' $username"; This does everything for ya. This is the command line for our environment. Scott On Tue, 2004-07-20 at 13:54, Kevin Williams wrote: > All, > > I'm still in the process of implementing a single authentication > structure using ldap, openldap, and Samba. I have as a goal to use > Openldap and Samba as a domain controller. The LDAP schema will also be > used via Outlook (no digs here please!), Evolution and other email > clients as an Address Book/Directory Server. > > While learning how to implement this solution I've discovered specified > schemas to include with OpenLDAP, but haven't really found any > documentation on what fields to incorporate in my solution that is > offered in these schemas. > > I'm wondering if anyone has a list for what they recommend as the > standard fields to include when adding a user? > > Thanks in advance, > > Kevin Williams > _______________________________________________ > PDXLUG mailing list > [EMAIL PROTECTED] > http://pdxlug.org/mailman/listinfo/pdxlug -- --------------------------------------------------- Scott Burch President and Chief Scientist Bulldog Information Services 415-538-9232 x111 .-. /v\ The software said it requires // \\ windows 2000 or better, /( )\ so I installed LINUX ^^-^^ _______________________________________________ PDXLUG mailing list [EMAIL PROTECTED] http://pdxlug.org/mailman/listinfo/pdxlug
