//Windows-Authentifizierung und Intrexx-Authentifizierung: IntegratedAuth { de.uplanet.lucy.server.auth.module.integrated.IntegratedLoginModule sufficient debug=false; de.uplanet.lucy.server.auth.module.intrexx.IntrexxLoginModule sufficient debug=false; de.uplanet.lucy.server.auth.module.anonymous.AnonymousLoginModule sufficient debug=false; }; //Windows-Authentifizierung und Ldap-Authentifizierung: IntegratedAuth { de.uplanet.lucy.server.auth.module.integrated.IntegratedLoginModule sufficient debug=false; de.uplanet.lucy.server.auth.module.ldap.LdapBindLoginModule sufficient java.naming.provider.url="ldaps://myldapserver.mydomain:636" java.naming.security.authentication="simple" java.naming.security.principal="$[DN]" debug=false; de.uplanet.lucy.server.auth.module.anonymous.AnonymousLoginModule sufficient debug=false; }; //Windows-Authentifizierung und Intrexx-Authenti und Ldap-Authentifizierung: IntegratedAuth { de.uplanet.lucy.server.auth.module.integrated.IntegratedLoginModule sufficient debug=false; de.uplanet.lucy.server.auth.module.ldap.LdapBindLoginModule sufficient java.naming.provider.url="ldaps://myldapserver.mydomain:636" java.naming.security.authentication="simple" java.naming.security.principal="$[DN]" debug=false de.uplanet.lucy.server.auth.module.intrexx.IntrexxLoginModule sufficient debug=false; de.uplanet.lucy.server.auth.module.anonymous.AnonymousLoginModule sufficient debug=false; };