Hi. I use Slackware 10 with OpenLDAP 2.2.18, Samba 3.0.10 as PDC, smbldap-tools 0.8.5-3. from idealx.org. Using usrmgr.exe I have small problem with memberrUid field. When I add new user to a domain, the memberUid field with the name of this users is added to Domain Users. But when I delete this user, the memberUid field with his name isn't removed from Domain Users. I think that is a small bug in samba, because, when I use smbldap-userdel from command line, the field is removed. Can anybody confirm or negate this information. For the first time I thought, that is a problem with access in LDAP, but I analysed openldap log, and didn't find any error. Configuring the server I used PDC-LDAP howto from Idealx.org On a request I can send configs. -- Randy Starr _________________________________________________________________ Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
I create a smb share on atlas server and after i would like to test this share from another linux and i did the following thing : mount -t smbfs -o username=root //ATLAS/share /mnt/share/ but I get an error message : 2476: tree connect failed: ERRSRV - ERRbadpw (Bad password - name/password pair in a Tree Connect or Session Setup are invalid.) SMB connection failed Does anybody have an idea ?
Le Thu, Jan 27, 2005 at 10:41:24AM +0100, Randy Starr a ecrit:> Using usrmgr.exe I have small problem with memberrUid field. When I add new > user to a domain, the memberUid field with the name of this users is added > to Domain Users. But when I delete this user, the memberUid field with his > name isn't removed from Domain Users. I think that is a small bug in samba, > because, when I use smbldap-userdel from command line, the field is removed. > Can anybody confirm or negate this information. For the first time I > thought, that is a problem with access in LDAP, but I analysed openldap > log, and didn't find any error.Do you have the following entries in smb.conf : -=-=-delete user script = /usr/local/sbin/smbldap-userdel "%u" delete user from group script = /usr/local/sbin/smbldap-groupmod -x "%u" "%g" -=-=-? -- J?r?me