In debug mode smbpasswd say this:

---- samba 3.0.6 ----
# smbpasswd -D 4 test
Searching for:[(&(objectClass=sambaDomain)(sambaDomainName=DOMAIN))]
smbldap_open_connection: connection opened
ldap_connect_system: succesful connection to the LDAP server
The LDAP server is succesfully connected
New SMB password:
Retype new SMB password:
init_sam_from_ldap: Entry found for user: test
ldapsam_update_sam_account: user test to be modified has dn: cn=test, ou=People, dc=domain,dc=my
init_ldap_from_sam: Setting entry for user: test
ldapsam_modify_entry: LDAP Password changed for user test
ldapsam_update_sam_account: successfully modified uid = test in the LDAP database
--------


---- samba 3.0.11 ----
[EMAIL PROTECTED] samba]# smbpasswd -D 3 test
Searching for:[(&(objectClass=sambaDomain)(sambaDomainName=DOMAIN))]
smbldap_open_connection: connection opened
smbldap_check_root_dse: Expected one rootDSE, got 0
ldap_connect_system: succesful connection to the LDAP server
ldap_connect_system: LDAP server does not support paged results
New SMB password:
Retype new SMB password:
smbldap_open_connection: connection opened
smbldap_check_root_dse: Expected one rootDSE, got 0
ldap_connect_system: succesful connection to the LDAP server
ldap_connect_system: LDAP server does not support paged results
init_sam_from_ldap: Entry found for user: test
init_ldap_from_sam: Setting entry for user: test
smbldap_open_connection: connection opened
smbldap_check_root_dse: Expected one rootDSE, got 0
ldap_connect_system: succesful connection to the LDAP server
ldap_connect_system: LDAP server does not support paged results
smbldap_check_root_dse: Expected one rootDSE, got 0
ldap password change requested, but LDAP server does not support it -- ignoring
ldapsam_update_sam_account: successfully modified uid = test in the LDAP database
--------


Why samba-3.0.6 can sync password and samba-3.0.11 say that may LDAP server does not support it? Any ideas?

----
Alexander Zubkov
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba

Reply via email to