You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
i have a freeipa ldap. i try to add confluence to freeipa ldap.
in addldap there is no freeipa option. i try ms and openldap.
it's not working.
Dosen't matter which type i use. error message is:
Test af forbindelse mislykkedes. Svar fra serveren:
[LDAP: error code 49 - Invalid Credentials]; nested exception is javax.naming.AuthenticationException: [LDAP: error code 49 - Invalid Credentials]
And this is not correct i adding jenkins and graylog to my freeipa ldap. invalid credentials is not correct error message.
:-) now it's ok.
username should be like this:
uid=admin,cn=users,cn=compat,dc=domain-name,dc=local
but now, when i save there are one test basis connection ok and all other is yellow (not ok)
test af retrieve user, test get user's memberships with 1 groups retrieved,
test ret.. group ... . Not Succeded
I add confluence to freeipa. I write what i did, to use from other
Select user Directory under General configuration and select ldap
-Name: " write one"
-Directory Type: OpenLdap # select
-Port: 389 # ssl not easy for use need to add Freeipa CA to jdk and enable ....
-Username: uid=admin,cn=users,cn=accounts,dc="you-domain",dc=local #i have in local
if using other user for admin, user must have ldap running in server.
-Password: "write admin password"
-Base DN: dc="yourdomain",dc=local
-Additional User DN: cn=users,cn=accounts
-Additional Group DN:cn=groups,cn=accounts
Select ReadOnly
-User Object Class: inetorgperson
-User Object Filter: &(objectclass=inetorgperson)(memberOf=cn=confluence-users,cn=groups,cn=accounts,dc="youdomain",dc=local))
-User Name Attribute:uid
-User Name RDN Attribute: uid
-User First Name Attribute:giveName
-User Last Name Attribute: sn
-User Display Name Attribute: displayName
-User Email Attribute:mail
-User Password Attribute: userPassword
-User Password Encryption: SHA
-User Unique ID Attribute:uid
-Group Object Class: groupofnames # all lowercase
-Group Object Filter: (objectclass=groupofnames) # all lowercase
-Group Name Attribute: cn
Group Description Attribute: description
-Group Members Attribute: member #lowercase
-User Membership Attribute:memberOf
Then save and test write som user and password
I add confluence to freeipa. I write what i did, to use from other
Select user Directory under General configuration and select ldap
-Name: " write one"
-Directory Type: OpenLdap # select
-Port: 389 # ssl not easy for use need to add Freeipa CA to jdk and enable ....
-Username: uid=admin,cn=users,cn=accounts,dc="you-domain",dc=local #i have in local
if using other user for admin, user must have ldap running in server.
-Password: "write admin password"
-Base DN: dc="yourdomain",dc=local
-Additional User DN: cn=users,cn=accounts
-Additional Group DN:cn=groups,cn=accounts
Select ReadOnly
-User Object Class: inetorgperson
-User Object Filter: &(objectclass=inetorgperson)(memberOf=cn=confluence-users,cn=groups,cn=accounts,dc="youdomain",dc=local))
-User Name Attribute:uid
-User Name RDN Attribute: uid
-User First Name Attribute:giveName
-User Last Name Attribute: sn
-User Display Name Attribute: displayName
-User Email Attribute:mail
-User Password Attribute: userPassword
-User Password Encryption: SHA
-User Unique ID Attribute:uid
-Group Object Class: groupofnames # all lowercase
-Group Object Filter: (objectclass=groupofnames) # all lowercase
-Group Name Attribute: cn
Group Description Attribute: description
-Group Members Attribute: member #lowercase
-User Membership Attribute:memberOf
Then save and test write som user and password