pcet Posted August 16, 2017 Posted August 16, 2017 Hi, I'm trying to setup LDAP services to help manage some IP phones, I've followed the instructions provided and pretty early on I've hit a wall and am struggling to find a solution. I've installed 'Open LDAP for Windows' I've ammended a 'slapd.conf' file I've then run the command 'slapd.exe -d 1 -f ./slapd.conf' Only to be hit with the following; ----------------------------------------------------------------------------- ldap_url_parse_ext(ldap://localhost/) ldap_init: trying %SYSCONFDIR%\ldap.conf ldap_init: HOME env is NULL ldap_init: trying ldaprc ldap_init: LDAPCONF env is NULL ldap_init: LDAPRC env is NULL 59946233 OpenLDAP 2.4.42 Standalone LDAP Server (slapd)daemon_init: listen on ldap:/// 59946233 daemon_init: 1 listeners to open... ldap_url_parse_ext(ldap:///) 59946233 daemon: bind(2) failed errno=10013 (WSAEACCES) 59946233 daemon: bind(3) failed errno=10013 (WSAEACCES) 59946233 slap_open_listener: failed on ldap:/// 59946233 slapd stopped. 59946233 connections_destroy: nothing to destroy. ------------------------------------------------------------------------------ Does anyone have any light to shed on this? Cheers.
kmount Posted August 16, 2017 Posted August 16, 2017 Looks like it's failing to bind to the port, are you doing this on a domain controller or something that is already listening on LDAP? Do you have the docs for the IP Phones that suggest installing a standalone ldap setup?
pcet Posted August 17, 2017 Author Posted August 17, 2017 I am doing it on a Domain Controller, I've seen about possible conflicts when doing that but struggled to find anything clear about what to do about it. The manual I'm following I've just hosted; Fast Files - Share your files for FREE! I can't get past page 6
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now