Member since
04-28-2016
13
Posts
1
Kudos Received
0
Solutions
06-03-2016
11:55 AM
@Robert Levas many thanks! I had base errors. Finally I have it clear. Now I only need to implement it 🙂
... View more
06-03-2016
09:36 AM
Thanks @Robert Levas. My problem is that we have OpenLDAP but we don't have KDC. So I do not know if it would be better to install MIT KDC on the same server that we have OpenLDAP, or try to install and configurate Kerberos in the Ambari Server . I think the following guidelines is for this case: https://community.hortonworks.com/content/kbentry/29203/automated-kerberos-installation-and-configuration.html
... View more
06-01-2016
07:58 AM
Thanks @Robert Levas Let me see if I understand you correctly.. We don't have Active Directory. We only have OpenLDAP, so we don't need LDAPs. So now that we want to install Kerberos, we only need to connect it with our own LDAP? Could you clarify the steps? Thanks
... View more
05-31-2016
11:21 AM
Hello, We have set Ambari and HDFS with LDAP and Ranger. But we need strong user authentication in Hadoop. So I guess I need to configure Kerberos. I am a little afraid because we already have fairly stable system, and I don't want to break anything. So I am reading documentation first. I doubt one of the prerequisites: "Active Directory secure LDAP (LDAPS) connectivity has been configured. " We have an external LDAP server but not with SSL (we don't have LDAPS). So, it will be possible to configure Kerberos with our own LDAP server? Thanks in advance.
... View more
Labels:
04-29-2016
09:08 AM
@Neeraj Sabharwal Thanks for the tutorial, very userfull! But, does it work with grops too?
... View more
04-29-2016
07:21 AM
@spolavarapu Thanks for your answer, that is exactly what I was looking for. So I wait for the next release, it will be soon? Meanwhile, I would try to use File based Sync.
... View more
04-28-2016
10:47 AM
Thanks for the answer, but I am using memberUid because I don't have the memberOf properties in my LDAP. It is for that reason that I'm trying to use memberUid.
... View more
04-28-2016
06:31 AM
1 Kudo
Hello, First of all, sorry for my english. When I try to sync ldap with memberUid, only sync users but don't sync groups. This is the part in the log with groups part: groupSearchEnabled: true, groupSearchBase: ou=Samba,dc=example,dc=es, groupSearchScope: 2, groupObjectClass: posixGroup, groupSearchFilter: cn=*, extendedGroupSearchFilter: (&(objectclass=posixGroup)(cn=*)(memberUid={0})), extendedAllGroupsSearchFilter: (&(objectclass=posixGroup)(cn=*)), groupMemberAttributeName: memberUid, groupNameAttribute: cn, groupUserMapSyncEnabled: false, ldapReferral: ignore The problem is that in my LDAP this is the search for groups: slapd[8101]: conn=1034 op=6 SRCH base="ou=Samba,dc=example,dc=es" scope=2 deref=3 filter="(&(objectClass=posixGroup)(cn=*)(memberUid=uid=user.user,ou=Users,dc=example,dc=es))" Allways append memberUid=uid=user.user,ou=Users,dc=example,dc=es But we need memberUid=user.user The following search: ldapsearch -x -LLL -b dc=example,dc=es '(&(objectClass=posixGroup)(cn=*)(memberUid=uid=user.user,ou=Users,dc=example,dc=es))' Doesn't bring any result. I need this correct search: ldapsearch -x -LLL -b dc=example,dc=es '(&(objectClass=posixGroup)(cn=*)(memberUid=user.user))'
Other thing: with the script run.sh in the ldaptool the groups are sync correctly. Please, help!! Thanks
... View more
Labels:
- Labels:
-
Apache Ranger