-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hi, my question is the next:
I want the entries sambaLMPassword sambaNTPassword to point kerberos kdc, like userPassword does...but openldap is unable to do..and I'd like to modify this ...someone can guide me to change it?
thanks
Chechu wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hi, my question is the next:
I want the entries sambaLMPassword sambaNTPassword to point kerberos kdc, like userPassword does...but openldap is unable to do..and I'd like to modify this ...someone can guide me to change it?
Don't cross-post, one mailing list is enough.
OpenLDAP can support sambaLMpassword, sambaNTpassword, Kerberos keys, and regular userPassword, using the smbk5pwd overlay. It's in the contrib/slapd-modules directory of the source tree.
On Thursday 22 February 2007 12:36:22 Howard Chu wrote:
Chechu wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hi, my question is the next:
I want the entries sambaLMPassword sambaNTPassword to point kerberos kdc, like userPassword does...but openldap is unable to do..and I'd like to modify this ...someone can guide me to change it?
Don't cross-post, one mailing list is enough.
OpenLDAP can support sambaLMpassword, sambaNTpassword, Kerberos keys, and regular userPassword, using the smbk5pwd overlay. It's in the contrib/slapd-modules directory of the source tree.
On a related note, and just out of the top of my head, could openldap use the sambaNTPassword and sambaLMPassword hashes for simple bind?
Hi,
On 2/22/07, Andreas Hasenack ahasenack@terra.com.br wrote:
On Thursday 22 February 2007 12:36:22 Howard Chu wrote:
Chechu wrote:
[...]
On a related note, and just out of the top of my head, could openldap use the sambaNTPassword and sambaLMPassword hashes for simple bind?
Any info on this?
thanks,
Carlos Eduardo Pedroza Santiviago wrote:
Hi,
On 2/22/07, Andreas Hasenack ahasenack@terra.com.br wrote:
On Thursday 22 February 2007 12:36:22 Howard Chu wrote:
Chechu wrote:
[...]
On a related note, and just out of the top of my head, could openldap use the sambaNTPassword and sambaLMPassword hashes for simple bind?
Any info on this?
You could write an overlay that intercepts Bind operations and compares against those attributes if you wish. The stock code only compares against userPassword.
Howard Chu writes:
You could write an overlay that intercepts Bind operations and compares against those attributes if you wish. The stock code only compares against userPassword.
...and combine it with contrib/slapd-modules/smbk5pwd/, so the Password Modify operation will work right.
openldap-software@openldap.org