23 May
2006
23 May
'06
12:13 p.m.
"mailing@sylph.be" <mailing@sylph.be> wrote:
first its 'local' and with sql its 'system', is this ok?
That's what you told it to do.
id UserName Attribute Value op 3 test1 User-Password $1$BnzqweeZ$EJ66Aqwe0/YANJdc8hBC/ :=
That's not a clear-text password. It's a crypt'd password. You should be using the Crypt-Password attribute. Alan DeKok.