Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

guzhogi

macrumors 68040
Original poster
Aug 31, 2003
3,820
2,000
Wherever my feet take me…
Hi all, I'm trying to teach myself the server side of IT work, but having some problems.

I'm trying to set up a test Web Help Desk server (www.webhelpdesk.com) on my Mac running Mac OS X 10.9. I've downloaded the Apple Server app, and set my Mac up as an Open Directory master. The problem I'm facing is the LDAP connection between Web Help Desk and Open Directory. Both Web Help Desk & OD are on the same Mac.

I'm not sure what to put in the connection account and the Users DN.
 

Attachments

  • Screen Shot 2014-08-09 at 6.25.07 PM.png
    Screen Shot 2014-08-09 at 6.25.07 PM.png
    406.6 KB · Views: 219
Hi all, I'm trying to teach myself the server side of IT work, but having some problems.

I'm trying to set up a test Web Help Desk server (www.webhelpdesk.com) on my Mac running Mac OS X 10.9. I've downloaded the Apple Server app, and set my Mac up as an Open Directory master. The problem I'm facing is the LDAP connection between Web Help Desk and Open Directory. Both Web Help Desk & OD are on the same Mac.

I'm not sure what to put in the connection account and the Users DN.

The syntax for the connection account should be:
Code:
uid=diradmin,cn=users,dc=servername,dc=mydomain,dc=org
if your Open Directory admin account is not diradmin, then substitute yours there, and obviously change servername/mydomain/org as appropriate for your server.
The users DN is probably just
Code:
cn=users,dc=servername,dc=mydomain,dc=org

Keep in mind that different places use different help desk software, so setting this up isn't necessarily something you should spend a lot of time with.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.