search for: ldapconnections

Displaying 3 results from an estimated 3 matches for "ldapconnections".

Did you mean: ldap_connections
2007 Oct 05
0
LDAP bind error
i am new to rails ..... in java ldap server is connecting without problem -------------------------------------------- username="" password="" LDAPConnection ld = new LDAPConnection(); ld.connect( "192.168.1.1", 389); con=ld.authenticate ( "uid="+username+",ou=People,dc=srishtisoft,dc=com",password); /// con--->true but in rails
2014 May 30
2
Schema attributes changes after AD extension
Hey, I extend my AD with some new attributes, but I make some mistakes on the way and now I'm trying to modify those wrong attributes entries, like isSingleValued and oMSyntax. I'm following these guide - https://blogs.oracle.com/hariblog/entry/modify_attribute_properties_in_active - to make the changes. I go to LDP.exe, connect and bind to LDAP and try to make the changes on
2009 Jul 20
9
Upgrade server to run on Rails 2.3.2/F11
Note that one of the 8 patches (#6) will be sent separately in reply to this email, as some of the replaced lines are too long, so git won't let me send the email. However, there is nothing wrong with that patch, and it should be applied in the sequence listed below. Note also that I assume this will be tested on a clean f11 install, rather than an upgrade of an existing ovirt server