Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 735 results for
ldap
- Page 1
LDAP help
Programming
Web Development
15 Years Ago
by motters
hi i am doing some research into
LDAP
and php is there any where i can learn how to uses
LDAP
systems like how to fetch info from in and into my php form and
LDAP
login systems like tutorial videos pages thanks any help is great [B]i do not know much about
LDAP
at all[/B] so any extra knowledge is would be great
Re: LDAP help
Programming
Web Development
15 Years Ago
by motters
so theres no where i can learn about
LDAP
:'(
Re: LDAP help
Programming
Web Development
15 Years Ago
by Tekkno
Yep, right here. [url]http://www.php.net/manual/en/book.
ldap
.php[/url]
LDAP group status
Programming
Web Development
8 Years Ago
by toxicandy
…, $filter, $attr) or exit("Unable to search
LDAP
server"); $entries = ldap_get_entries($
ldap
, $result); $givenname = $entries[0]['givenname'][0] . &…quot; " . $entries[0]['sn'][0]; ldap_unbind($
ldap
); //var_dump($entries[0]["sn"][0]); //var_dump($givenname); //var_dump…
Re: LDAP, Active Directory and php
Programming
Web Development
10 Years Ago
by toxicandy
…quot; . $username; ldap_set_option($
ldap
, LDAP_OPT_PROTOCOL_VERSION, 3); ldap_set_option($
ldap
, LDAP_OPT_REFERRALS, 0); $bind = @ldap_bind($
ldap
, $ldaprdn, $password); …i]["distinguishedname"][0]; } @ldap_close($
ldap
); } else { $msg = "…
LDAP Setup
Hardware and Software
Linux and Unix
15 Years Ago
by dbarkman
…apps that will authenticate against the
LDAP
server. I've configured applications to use
LDAP
many times, but never configured… an
LDAP
server. When setting up apps in…and password for connecting to the
LDAP
server. When setting up my own
LDAP
server, I can't figure out…
LDAP, Active Directory and php
Programming
Web Development
10 Years Ago
by toxicandy
… what do I need to research to learn
LDAP
and php. I know our current application uses…server with IIS 7.5, PHP, FastCGI and
LDAP
extentions running. I have been googleing around but … is really newbie friendly to help start learning
LDAP
. I was using PHP's manuels on various…not the local user right, it is our
ldap
user set up to be able to access AD…
Re: LDAP, Active Directory and php
Programming
Web Development
10 Years Ago
by mattster
…to the manual (http://php.net/manual/en/function.
ldap
-bind.php), just call the function without the username…this article](http://stackoverflow.com/questions/546438/authenticating-user-using-
ldap
-from-php) is quite useful. It also mentions …[specialised library](http://framework.zend.com/manual/en/zend.
ldap
.html) for this, which may be much much …
Re: LDAP problems with Apache 2.2
Hardware and Software
Linux and Unix
13 Years Ago
by mi.mac.rules
… newest version. libaprutil1 set to manually installed. libaprutil1-
ldap
is already the newest version. 0 upgraded, 0 …a look at the httpd directory and found an
ldap
folder - it said to run the configure script …[QUOTE]./configure --with-
ldap
--enable-
ldap
--enable-authnz-
ldap
[/QUOTE] But that yielded this: [QUOTE]…
Re: LDAP, Active Directory and php
Programming
Web Development
10 Years Ago
by JorgeM
…, windows authentication, etc... and what I was talking about regarding
ldap
where you normally have to present username and password to… the
ldap
server (assuming anonymous autentication in AD/
LDAP
is disabled which is a good idea…
Ldap modify entries
Programming
Web Development
15 Years Ago
by manolisvl46
… again i would like to modify some entries on my
ldap
server via php actually i want to move some students… from one dn to another i use
ldap
rename but nothing happens ... [CODE] $newparent='cn='.$save[$i].',cn…...but not sure that works for my case on the
ldap
administrative side i can see that i also have to…
LDAP Server Access
Programming
Web Development
15 Years Ago
by sanbal
I am using a
LDAP
system to check the user cridential access control [CODE] string … execption like "The server is not operational" The
LDAP
server is in different location. I want to know that… the error is due to
LDAP
server access or the firewall acess Can any one have…
ldap server
Hardware and Software
Linux and Unix
12 Years Ago
by rahul pareek
Hello friends I have problem with
ldap
client. if i login from root on client side then through su - command i can login with user which is on the
ldap
server but on another terminal login with user which is on
ldap
server is not successful. what can be the problem . plz help.
Re: LDAP, Active Directory and php
Programming
Web Development
10 Years Ago
by JorgeM
… $ldapuser is not the local user right, it is our
ldap
user set up to be able to access AD correct…
Re: LDAP, Active Directory and php
Programming
Web Development
10 Years Ago
by toxicandy
… systems, do we use his user and pass as the
LDAP
account like how our current system works? Does that account…
Re: LDAP authentication
Programming
Software Development
17 Years Ago
by t_yalthis
…security issues, I am not allowed to querry the
LDAP
server of my university since I can retrieve all …, there maybe a exception for me to use the
LDAP
server with some big responsibilities. Anyway, thanx for the…part of the code. DirectoryEntry dir = new DirectoryEntry("
LDAP
://servername/ou=People,o=university.edu", username,password,…
LDAP authentication
Programming
Software Development
17 Years Ago
by t_yalthis
…. I am trying to do a simple authentication thrpugh an
LDAP
server in my university. however the code returns an exception… IsAuthenticated(string username, string password) { DirectoryEntry dir = new DirectoryEntry("
LDAP
://servername/ou=People,o=university.edu",username,password,AuthenticationTypes…
Re: LDAP Server Access
Programming
Web Development
15 Years Ago
by kvprajapati
See this [URL="http://stackoverflow.com/questions/1158099/why-does-authenticating-against-
ldap
-with-directoryentry-intermittently-throw-com"]thread.[/URL]
Ldap add Invalid DN syntax
Programming
Web Development
14 Years Ago
by manolisvl46
… the warning below |onoma-->Γιά|epwnimo-->Κωνσ Warning: ldap_add() [function.
ldap
-add]: Add: Invalid DN syntax when i insert the attributes…"] = "��������";[/CODE] they are inserted fine in the
ldap
server...
Re: LDAP multi-group memberships select one high priority membership
Programming
Software Development
14 Years Ago
by iceandrews
…This is basically a look up table that matches your
LDAP
levels with a number priority from lowest to highest. Next… each "attribute-value" node and locates the
LDAP
code that's in the string ("getCN"). … lookup table to find the number priority that that particular
LDAP
code has and creates a "priority" attribute…
Re: ldap server
Hardware and Software
Linux and Unix
12 Years Ago
by rubberman
That user may not have login privileges on the
ldap
server. Once you login as root, root can su to any user account, no matter if it has login privileges or not.
Re: ldap server
Hardware and Software
Linux and Unix
12 Years Ago
by rahul pareek
Then how should i give login privileges to that user on
ldap
server.
LDAP: error code 52: DSID-0C090E17 Error initializing SSL/TLS, data 0, v1db
Programming
Software Development
11 Years Ago
by new_2_java
… have a J2EE web application that I am integrating with
LDAP
to implment Password Reset functionality to allow AD users to… works at times, and sometimes it stops working throwing [code]
LDAP
error code 52, initializing SSL/TLS error.[/code] I don…
Re: LDAP authentication
Programming
Software Development
17 Years Ago
by Varsh10
… properly on this site Specially this below line DirectoryEntry("
LDAP
://servername/ou=People,o=university.edu",username,password,AuthenticationTypes…
Re: Ldap ssl conection
Hardware and Software
Linux and Unix
15 Years Ago
by manolisvl46
… connection... [CODE] Error opening client certificate file /home/users/certs/
ldap
.client.cert.pem 23330:error:02001002:System library:fopen:No… file or directory:bss_file.c:356:fopen('/home/users/certs/
ldap
.client.cert.pem','r') 23330:error:20074002:BIO routines:FILE_CTRL…
Re: Ldap ssl conection
Hardware and Software
Linux and Unix
15 Years Ago
by manolisvl46
quick update2 i changed at files slapd.conf
ldap
.conf the TLSVerifyClient demand and put it on the try … now i face another problem i cant login to the
ldap
through the website.... any ideas.. (sorry for the multiple posts…
Re: LDAP problems with Apache 2.2
Hardware and Software
Linux and Unix
13 Years Ago
by nonshatter
Actually, this may be because you're missing the APR Apache/
LDAP
driver. [CODE]sudo apt-get install libapr1 libaprutil1 libaprutil1-
ldap
[/CODE] Try these then restart apache.
Re: LDAP: error code 52: DSID-0C090E17 Error initializing SSL/TLS, data 0, v1db
Programming
Software Development
11 Years Ago
by JamesCherrill
Is that a hex 52 or a decimal 52?
LDAP
error 52 (hex) is the totally unhelpful "Local error occurred", but if that's 52 decimal (34 hex) it's the self-explanatory "The server is unavailable" http://support.microsoft.com/kb/218185
Re: LDAP: error code 52: DSID-0C090E17 Error initializing SSL/TLS, data 0, v1db
Programming
Software Development
11 Years Ago
by new_2_java
… connect using ldaps://myhost.com:636. I can establish my
LDAP
context as well and authenticate my user. I need to…
LDAP Connection
Programming
Software Development
19 Years Ago
by vhinehds
Hello everyone... 1. is there a way for me to connect to
LDAP
? 2. if there is...how will my connection string will be? 3. how can i make a combo box with multiple columns? your replies and help will be a great relief. Thanks a lot.
1
2
3
13
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC