I installed/configured openldap (2.3.27) and samba (3.0.28) on CentOS5.2
At the moment I have problems with smbldap-tools (0.9.2).
I can create "users smbldap-useradd -a -m user1"
The user can connect to the shares and can do a ssh.
But if I do for example "smbldap-usermod -s /bin/false user1" the user can still do a ssh.
If I check the LDAP the entry is updated to /bin/false.
I have the same problem if I change groups "smbldap-usermod -G group1" user 1. When I run "id" the user is not member of group1
The entries are updated within the LDAP-database, but for some reason the OS is not aware of these changes.
(openldap, samba, sshd are running on the same machine)
Can someone tell where to look ?
Thanks in advance.
At the moment I have problems with smbldap-tools (0.9.2).
I can create "users smbldap-useradd -a -m user1"
The user can connect to the shares and can do a ssh.
But if I do for example "smbldap-usermod -s /bin/false user1" the user can still do a ssh.
If I check the LDAP the entry is updated to /bin/false.
I have the same problem if I change groups "smbldap-usermod -G group1" user 1. When I run "id" the user is not member of group1
The entries are updated within the LDAP-database, but for some reason the OS is not aware of these changes.
(openldap, samba, sshd are running on the same machine)
Can someone tell where to look ?
Thanks in advance.