[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
How do I dynamically change "string" value of attribute modified or added to slapd?
- To: openldap-software@OpenLDAP.org
- Subject: How do I dynamically change "string" value of attribute modified or added to slapd?
- From: mihokm <mihokm@extel.sk>
- Date: Sat, 13 Jul 2002 13:33:53 +0200
- User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.9) Gecko/20020408
I have the following problem.
Mail server CommuniGatePRO puts user attributes to LDAP server slapd. It
sends crypt password in form UserPassword \002<encoded paswords>.
However, other programs like PAM modules, expect pasword in form
{crypt}<encoded password>. What I need is to replace string \002 (slapd
interprets it as 02 hex) with {crypt}. The process must be dynamical,
i.e. it must be replaced while it is added or modified.
Sincerely, yours,
Marian Mihok