Hi - I’m trying to configure OOD for Ubuntu and DEX authentication. I installed OOD with apache, and going to the web page says that I need to configure authentication. So I installed ondemand-dex and created /etc/ood/config/ood_portal.yml and entered the lines below into that file. I got the ondemand-dex server running without errors, restarted apache, but the OOD web page still says I need to configure authentication. Is there some other magic I need to do? Thanks. - Mark
dex:
connectors:
- type: ldap
id: ldap
name: LDAP
config:
host: psfcdc1.psfc.mit.edu:636
insecureSkipVerify: false
bindDN: sAMAccountName=apache,OU=PSFC Users,dc=psfc,dc=mit,dc=edu
bindPW: xxxx
userSearch:
baseDN: OU=PSFC Users,dc=psfc,dc=mit,dc=edu
filter: “(objectClass=person)”
username: sAMAccountName
idAttr: sAMAccountName
emailAttr: mail
nameAttr: name
preferredUsernameAttr: sAMAccountName
groupSearch:
baseDN: OU=Groups,dc=psfc,dc=mit,dc=edu"
filter: “(objectClass=group)”
userMatchers: - userAttr: DN
groupAttr: member
nameAttr: cn