- NG Firewall firmware versions 4.2.x, 5.0.x, 5.2.x
- netfence firmware versions 4.2.x
Authentication does not work and you want to check the authentication directly on the box.
The tool "phibstest" could be used to test the authentication schemes on the command line.
phibstest 127.0.0.1 a authscheme=<schtype> server=<server> service=<service> user=<user> password=<pwd>
<schtype>..used authentication scheme (msad, msnt, ldap, radius, or custom)
<server>...servername running on the box (only required for logging)
<service>..servicename running on the box (only required for logging)
<user>.....username
<pwd>......password
Examples:
To test authentication:
phibstest 127.0.0.1 a authscheme=msad server=test service=test user=tom password=tom123
To get user group information, whithout authentication:
phibstest 127.0.0.1 i authscheme=msad server=test service=test user=tom