Thanks
Mike
Reference Manual.
http://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.help.docset.ase_docs_15.0/title.htm
There are many valid combinations of status bits, so many different
possible values.
224 = 0x80 + 0x40 + 0x20 = "use PAM" + "use LDAP" + "use internal
authentication"
226 = 0x80 + 0x40 + 0x20 + 0x02 = "use PAM" + "use LDAP" + "use internal
authentication" + "account locked"
an example of a value not currently seen on your server would be:
6 = 0x02 + 0x04 = "account locked" + "password expired"
-bret