[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Extending smbk5pwd overlay
- To: openldap-technical@openldap.org
- Subject: Extending smbk5pwd overlay
- From: Clément OUDOT <clem.oudot@gmail.com>
- Date: Mon, 16 Jan 2012 14:43:13 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=8V2UAMDSCAokOzgs72B0THjlt3KXTNuWKzK19nOgWW0=; b=v+L6k5UcRYKG2BZ3mDX9WJvmcmPeigaDLC55uYNIJXy6QvdGdiJGnP3QALhk39P+Ht 9DhvwYtThV9BG4f/DrWnv3QhOVBEGuZBiXV4JTLO0IQzd1X1vEzsmxlcv+RRVuQXx9+C s0mFhvNEziq7MJgzvleLPdMnYAGN3kex5rx1M=
Hello,
I am interested in extending the features of smbk5pwd overlay to
manage more password mechanisms:
* Digest MD5 for authentication (see
http://en.wikipedia.org/wiki/Digest_access_authentication): we will
have MD5(user:domain:password), with configuration for user attribute
to use and the domain string
* Active Directory password: will use the syntax of AD unicodePwd, in
order to sync the attribute into AD
Are you interested by adding these features in the current smbk5pwd
overlay or do you prefer that we create new overlay(s) for this?
Another question: would you accept an option on the smbk5pwd overlay
so it can be triggered by simple userPassword modifications instead of
only extended password modification operation?
Regards,
Clément OUDOT.