I tried to use openL开发者_StackOverflow社区dap for my iphone app I\'m developing at the moment. To compile openLdap I\'m using the fat_build.sh from link text. I\'m also developing with the Simulator
What is the relationship between OpenLdap and Novel eDirect开发者_运维知识库ory?Novell implemented an X.500\'ish complaint directory, called NDS (Novell Directory Services) years ago in Netware 4.0 (e
I\'m trying using LDAP to authenticate user, but I have a problem with LDAP. This is my code: string hostOrDomainName = \"MrHand-PC\";
I\'m trying to implement a feature that uses LDAP over SSL (SSL, not TLS), it needs to connect to a SSL-enabled LDAP server (i.e OpenLDAP), bind and then do any additional queries. It also needs to su
I\'ve got a Windows Server box running AD, and a CentOS box running OpenLDAP in a mixed windows Lin开发者_运维问答ux network and I want to keep the two in sync. Preferably using free software/just som
in /etc/openldap/slapd.conf I have this acl and works: access to dn.subtree=\"ou=users,dc=domain\" by group/groupofuniquenames/uniqueme开发者_开发问答mber=\"cn=partner,ou=groups,dc=domain\" write
I\'m trying to create a new user record into OpenLDAP with object classes person and uidObject. The problem seems to be that with System.DirectoryServices.DirectoryEntry I\'ve found only a way to add
I ne开发者_JAVA百科ed to store Active Directory Data into OpenLDAP and for that I want to create the Active Directory schema into OpenLDAP. How to do it?Active Directory schema file was for some time
What are aliases in ldap (referenced for example here php.net/ldap) Are they pointers to other objects in the system not directly under the object where the alias i开发者_StackOverflows found?There ar
I am using the PHP extension. The username is admin password is 111111 I try to bind using ldap_bind($rs,\'admin\',\'111111\')开发者_StackOverflow中文版