Oh great ones,
I had a perl module that worked great until recently. It verified username / passwords on my linux box. We recently migrated from NIS to LDAP, and now my call to getpwnam returns only an 'x' when before it would return the encrypted password.
Is there an ldap'ized way to grab the encrypted password? My program runs as root, so that's not the problem.
thanks,
me