Ana Gallardo Gómez wrote:
Hello, my problem is, i have a Freeradius server that retrieves the authentication information from an OpenLDAP server; in this server the NT-Password atributte has 252 characters (32 characters from NT-hash + white spaces)
Why not just update the entries in LDAP to remove the space?
Alan DeKok.
Well, I can not modify the LDAP server, I only can use it, so, while I ask the LDAP administrator to modify this atribute, I would like to modify in Freeradius server. I have read that there is a module to rewrite the value of an atribute on fly, but I can´t find how to use it. I have a regular expression to modify... I have a ssript perl to modify... but I don´t know how to use it. Thank you _________________________________________________________________ Consigue el nuevo Windows Live Messenger http://get.live.com/messenger/overview
Ana Gallardo Gómez wrote:
Well, I can not modify the LDAP server, I only can use it, so, while I ask the LDAP administrator to modify this atribute, I would like to modify in Freeradius server.
OK, use the "perl" module to re-write the attribute. There is an "example.pl" distributed with the server that should be a good start. Alan DeKok. -- http://deployingradius.com - The web site of the book http://deployingradius.com/blog/ - The blog
participants (2)
-
Alan DeKok -
Ana Gallardo Gómez