Fix IDM LDAP port from 9125 to 9236
Corrected the IDM LDAP listener port. Logs show IDM listening on 127.0.0.1:9236, not 9125. Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
parent
b4abe71c5d
commit
07e2e476ce
1 changed files with 3 additions and 3 deletions
|
|
@ -14,7 +14,7 @@ data:
|
|||
graph:
|
||||
identity:
|
||||
ldap:
|
||||
uri: ldap://localhost:9125
|
||||
uri: ldap://localhost:9236
|
||||
base_dn: o=libregraph-idm
|
||||
insecure: true
|
||||
bind_dn: uid=libregraph,ou=sysusers,o=libregraph-idm
|
||||
|
|
@ -35,7 +35,7 @@ data:
|
|||
users:
|
||||
drivers:
|
||||
ldap:
|
||||
uri: ldap://localhost:9125
|
||||
uri: ldap://localhost:9236
|
||||
base_dn: o=libregraph-idm
|
||||
insecure: true
|
||||
bind_dn: uid=reva,ou=sysusers,o=libregraph-idm
|
||||
|
|
@ -48,7 +48,7 @@ data:
|
|||
groups:
|
||||
drivers:
|
||||
ldap:
|
||||
uri: ldap://localhost:9125
|
||||
uri: ldap://localhost:9236
|
||||
base_dn: o=libregraph-idm
|
||||
insecure: true
|
||||
bind_dn: uid=reva,ou=sysusers,o=libregraph-idm
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue