if you want to create a user the best way ( in my opinion ) is first to make the ldap entry without the
objectclass sambaAccount
and than to make smbpasswd -U william, this will append to your ldap-entry the objectclass sambaAccount with all it's definitions.
Am Dienstag, 26.11.02, um 09:03 Uhr (Europe/Berlin) schrieb Tom Palmaers:
On Mon, Nov 25, 2002 at 05:58:14PM +0100, Marcel Beltz wrote:i have a running samba with ldap for user-managment. i guess i had the same problem. can you pipe the output of the followingHere is the output of the command:ldapsearch -LLL "uid=william"
nas:~# ldapsearch -x -LLL "uid=william"
dn: cn=william,ou=domain.be,o=domain,c=be
sn: William Stevens
objectClass: top
objectClass: person
objectClass: inetOrgPerson
objectClass: qmailUser
objectClass: sambaAccount
mail: [EMAIL PROTECTED]
mailAlternateAddress: [EMAIL PROTECTED]
mailHost: nas.domain.be
mailMessageStore: /var/qmail/maildirs/william
cn: william
uid: william
pwdLastSet: 1
logonTime: 0
logoffTime: 0
kickoffTime: 0
pwdCanChange: 0
pwdMustChange: 0
displayName: William Steevenss
rid: 500
primaryGroupID: 512
lmPassword: 1
ntPassword: 1
acctFlags: [U ]
nas:~#
Also , as many other people told me, I shouldn't do 'smbpasswd -U
william' , but i should do 'smbpasswd william' instead. I did this, but
it gave the same errors...
The ldap stuff in my /etc/samba.conf looks like this:
ldap port = 389
ldap suffix = "ou=domain.be,o=domain,c=be"
ldap filter = (&(cn=%u)(objectclass=sambaAccount))
ldap admin dn = "cn=root,ou=domain.be,o=domain,c=be"
ldap ssl = no
Hope you can help me out with this, cause i had it working before, but
then i changed the uid= tags into cn= (to make it work with a qmail-ldap
webinterface thing). And since then it stopped working. I also tried to
switch back to uid=, but it then gives the same errors... :-(
Greetz,
---
Tom Palmaers
---
marcel beltz beltz.info email: [EMAIL PROTECTED] am mittleren moos 48 fon: +49 177 736 787 1 86167 augsburg ++ -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
