Skip to content

Commit f1e4b8e

Browse files
committed
Fixed formatting
1 parent b73ac3f commit f1e4b8e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/main/resources/jaas.conf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ ldap-ad {
2626
};
2727

2828
ldap-ol-with-roles {
29-
org.eclipse.jetty.jaas.spi.LdapLoginModule required
29+
//openldap auth with roles that can map to profiles
30+
org.eclipse.jetty.jaas.spi.LdapLoginModule required
3031
debug="false"
3132
useLdaps="false"
3233
contextFactory="com.sun.jndi.ldap.LdapCtxFactory"

0 commit comments

Comments
 (0)