0
votes
0answers
1k views

Creating an OS X Mountain Lion 10.8 OpenDirectory database with a specific domain in mind

Mountain Lion Server has been one of the most infuriating things ever recently. Above and beyond tons of crashing I've been completely unable to do the following in a way that makes sense to both me ...
3
votes
1answer
294 views

Adding apple.schema from OS X Lion Server fails

When I try to add apple.schema to my OpenLDAP running on Debian this is the error I get; root@directory:~# ldapadd -Y EXTERNAL -H ldapi:/// -f apple.schema SASL/EXTERNAL authentication started SASL ...
1
vote
0answers
382 views

Dynamically translate posixGroup to groupOfNames in slapd (Apple Open Directory)

I'm setting up an application to authenticate to Open Directory using LDAP. Open Directory stores groups in RFC 2307 posixGroups format, like this: cn: mygroup objectClass: top objectClass: ...
0
votes
2answers
2k views

Kerberos Login Failed: Cannot resolve network address for KDC in requested realm - Kerio and Open Directory

I'm attempting to connect Kerio to an Open Directory instance. I'm using kinit to test the setup, and I get the following: $ kinit -V -S host/server.domain.co.uk@server.domain.co.uk ...
0
votes
1answer
788 views

LDAP: error code 49 - Invalid Credentials when connecting jira to Mac OS X Lion Server LDAP

I have the following setup: - LDAP Server from Mac OS X running with default configuration - JIRA Standlone installation I want to: Use LDAP for user authentication for jura username: ...
1
vote
1answer
624 views

How to avoid maximum Workgroup Manager connections in Mac OS X Server 10.6

Is there a limit on the Mac OS X Server (10.6) Workgroup Manager in respect to concurrent connections to a server? I have an OS X server up and running and Open Directory configured but I am not able ...
0
votes
1answer
631 views

Open Directory over SSL / Mobile Accounts not working on Snow Leopard Server

I have a fully updated Mac OS X server 10.6.8 running on a Mac mini which I have open directory running on. I have 2 problems with the setup that the manual doesn't deal with and I can find any ...
0
votes
1answer
260 views

How can I rename a shortname in OpenLDAP on OS X Server 10.6 (Invalid DN syntax (34))

The company I work for is running OS X Server 10.6. All of the users were created with a first.last username syntax. This is causing problems and so we are trying to change the usernames to ...
1
vote
2answers
970 views

Method to change passwords with Mac OS X Server

I'm hoping to figure out the best possible way to force password changes for our users. We are running Mac OS X Server 10.6.2 and most of the desktop are Mac OS X 10.5.8. I can easily go into the Open ...
3
votes
2answers
498 views

Move Windows accounts and settings to OpenLDAP

I need to transfer my machine-based accounts to a directory service, namingly OpenLDAP, run behind a Mac OS X server. The idea is that I have to make sure that the settings, the programs installed and ...
0
votes
3answers
2k views

Ubuntu OS X LDAP Authentication

I just followed this guide on how to setup Ubuntu to authenticate with an Mac OS X 10.4 server. I followed the guide 100% and was left with the ability to see users by running getent passwd and ...