[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: Upgrade issue ("{CLEARTEXT}" not available)



Not sure how/if ppolicy might be affecting you. Make sure you're compiled
with --enable-cleartext. If you are, this sounds like a revisit of
ITS#4021; I'd file an ITS regarding the regression. (Or upgrade to 2.3!)

As a more immediate workaround, I'd try removing the {CLEARTEXT} from your
"line 32". I'm assuming that's a line like

rootpw	{CLEARTEXT}secret

in which case

rootpw	secret

should produce the same results.