Re: [Samba] Samba and Migration to an existing LDAP backend

2009-05-19 Thread John H Terpstra - Samba Team
John Goubeaux wrote: >> >> John, >> >> You can migrate all your /etc/passwd, /etc/shadow, /etc/group entries to >> LDAP using the PADL Migration Tools. See: >> http://www.padl.com/OSS/MigrationTools.html >> >> After the UNIX system accounts have been migrated to LDAP, just execute: >> pdbedit -

Re: [Samba] Samba and Migration to an existing LDAP backend

2009-05-19 Thread John Goubeaux
John, You can migrate all your /etc/passwd, /etc/shadow, /etc/group entries to LDAP using the PADL Migration Tools. See: http://www.padl.com/OSS/MigrationTools.html After the UNIX system accounts have been migrated to LDAP, just execute: pdbedit -i smbpasswd -e ldapsam pdbedit -

Re: [Samba] Samba and Migration to an existing LDAP backend

2009-05-19 Thread John H Terpstra - Samba Team
John Goubeaux wrote: > Folks, > > I have a new build of samba 3.3.0 ( stand alone file server ) which is > configured to find all user data in an ldap directory, eg passdb backend > = ldapsam. After testing I have confirmed that it all seems to work as > it should with a test set of users. > >

[Samba] Samba and Migration to an existing LDAP backend

2009-05-19 Thread John Goubeaux
Folks, I have a new build of samba 3.3.0 ( stand alone file server ) which is configured to find all user data in an ldap directory, eg passdb backend = ldapsam. After testing I have confirmed that it all seems to work as it should with a test set of users. Now I need to figure out the be