Page 1 of 1

URGENT: OMMODENT UL-PWD

Posted: Sun Mar 06, 2011 12:28 pm
by PrisonMind
hi,


how can i restore this ul-pwd entry?

UL-PWD=$1$2FYL\/BMq$x2a\/ATqQreHGi.GqAwvfj.


i know that i must use in front of a $ a "\" so i use this syntax

Code: Select all

UL-PWD=\$1\$2FYL\/BMq\$x2a\/ATqQreHGi.GqAwvfj.


but what´s about the "\/" ??

ommodent says "Syntax error"

thanks in advance!

Re: URGENT: OMMODENT UL-PWD

Posted: Sun Mar 06, 2011 1:49 pm
by ls-al
just put it in single-quotes.

Code: Select all

ommodent -e s=Doe/g=John -d USERLIST -t h -n 'UL-PWD=$1$2FYL\/BMq$x2a\/ATqQreHGi.GqAwvfj.'

Re: URGENT: OMMODENT UL-PWD

Posted: Mon Mar 07, 2011 8:12 am
by PrisonMind
THANKS! :D