mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
[minor] Replace 'SIMPLE' auth with 'simple' auth everywhere in documents
This commit is contained in:
parent
28ef8aa908
commit
a1f0e48659
2 changed files with 3 additions and 3 deletions
|
|
@ -43,7 +43,7 @@ user3 = password4, role2
|
|||
#ldapRealm.contextFactory.environment[ldap.searchBase] = dc=COMPANY,dc=COM
|
||||
#ldapRealm.contextFactory.url = ldap://ldap.test.com:389
|
||||
#ldapRealm.userDnTemplate = uid={0},ou=Users,dc=COMPANY,dc=COM
|
||||
#ldapRealm.contextFactory.authenticationMechanism = SIMPLE
|
||||
#ldapRealm.contextFactory.authenticationMechanism = simple
|
||||
|
||||
### A sample PAM configuration
|
||||
#pamRealm=org.apache.zeppelin.realm.PamRealm
|
||||
|
|
|
|||
|
|
@ -85,7 +85,7 @@ ldapRealm = org.apache.zeppelin.server.LdapGroupRealm
|
|||
ldapRealm.contextFactory.environment[ldap.searchBase] = dc=COMPANY,dc=COM
|
||||
ldapRealm.contextFactory.url = ldap://ldap.test.com:389
|
||||
ldapRealm.userDnTemplate = uid={0},ou=Users,dc=COMPANY,dc=COM
|
||||
ldapRealm.contextFactory.authenticationMechanism = SIMPLE
|
||||
ldapRealm.contextFactory.authenticationMechanism = simple
|
||||
```
|
||||
|
||||
also define roles/groups that you want to have in system, like below;
|
||||
|
|
@ -134,7 +134,7 @@ ldapRealm = org.apache.zeppelin.realm.LdapGroupRealm
|
|||
ldapRealm.contextFactory.environment[ldap.searchBase] = dc=COMPANY,dc=COM
|
||||
ldapRealm.contextFactory.url = ldap://ldap.test.com:389
|
||||
ldapRealm.userDnTemplate = uid={0},ou=Users,dc=COMPANY,dc=COM
|
||||
ldapRealm.contextFactory.authenticationMechanism = SIMPLE
|
||||
ldapRealm.contextFactory.authenticationMechanism = simple
|
||||
```
|
||||
|
||||
### PAM
|
||||
|
|
|
|||
Loading…
Reference in a new issue