Menu
  • HOME
  • TAGS

Apache 2 - LDAP/eDirectory(Novell) Automatic Login / Authentication

windows,apache,authentication,ldap,novell

The typical issue on these setups is how you are going to pass credentials from the Browser to the Web Application. You can setup Kerberos on eDirectory which should work similar to Microsoft Active Directory using GSSAPI which is vendor independent. You may need to make some changes to browser...

How to use uuid:randomUUID() in policy builder @Novell

java,uuid,novell,novell-idm,netiq

Try using String.valueOf(id) in place of CN, where id is the random UUID generated. Regards...