Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: nathanmonkA little hint to anyone strugging with applying a password policy to a windows enterprise server isntallation is that the configured setting in site.prop
ls.brain.passwdPolicy=<Location of policy file>
That this path must be with forward slash and not backslah on normal windows paths"
WRONG : ls.brain.passwdPolicy="C:\Program Files (x86)\Lavastorm\LAE5.1\conf\brain\server\passwdPol icy"
CORRECT: ls.brain.passwdPolicy="C:/Program Files (x86)/Lavastorm/LAE5.1/conf/brain/server/passwdPolicy"
The server wont give you any indication in the logs i saw there is an issue with reading and simply wont apply the policy.