What is the configuration in your gitlab.yml file? Same as the first post? If so, instead of using the DNS name of your domain for the "host" entry, try using the IP address of the server.
Dave On Thu, Feb 13, 2014 at 10:38 AM, Benjamin Ruoff <[email protected]>wrote: > Hi Dave, > > no its 6.1.0 b595503. But I take a look at your link. > > Ben > > > Am 13.02.2014 um 16:26 schrieb David <[email protected]>: > > Which GitLab version? Is it 6.5? If so, something has changed since last > version concerning authentication in general. Please take a look at this > issue: https://github.com/gitlabhq/gitlabhq/issues/6119. It might be your > problem. > > Dave > > > On Thu, Feb 13, 2014 at 9:52 AM, Benjamin Ruoff <[email protected] > > wrote: > >> Uuuh and here we go again. >> >> After updating from Snow Lion to Mavericks and installing the new OS X >> Server, LDAP Login isn't working anymore. >> >> Anyone else having this Problem? I searched for hours now on Google, but >> I had no luck finding a solution. >> >> >> Am Montag, 29. Juli 2013 15:20:56 UTC+2 schrieb Benjamin Ruoff: >>> >>> Has anyone successfully tried to do that? >>> >>> I simply can't get it to work. >>> >>> My current configuration looks like this. >>> >>> ldap: >>> enabled: true >>> host: 'myhost' >>> base: 'dc=subdomain,dc=domain,dc=tld' >>> port: 636 >>> uid: 'uid' >>> method: 'plain' >>> bind_dn: 'cn=users,dc=subdomain,dc=domain,dc=tld' >>> password: '' >>> >>> >>> When I try to login I always get the message that it couldn't bind. >>> >>> Anyone has a clue whats wrong ? >>> >> >> -- >> You received this message because you are subscribed to a topic in the >> Google Groups "GitLab" group. >> To unsubscribe from this topic, visit >> https://groups.google.com/d/topic/gitlabhq/Ds5Sjaa3fn4/unsubscribe. >> To unsubscribe from this group and all its topics, send an email to >> [email protected]. >> For more options, visit https://groups.google.com/groups/opt_out. >> > > > -- > You received this message because you are subscribed to a topic in the > Google Groups "GitLab" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/gitlabhq/Ds5Sjaa3fn4/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > > __________________________________ > > *Benjamin Ruoff* > > *MeetNow! GmbH* > Kohlmeisenweg 6 > D-72458 Albstadt > > Tel.: +49 7431 / 54 923 92 > Fax: +49 7431 / 54 923 99 > > *http://www.meetnow.eu <http://www.meetnow.eu/>* > > > > > > *_________________________________Handelsregister: Amtsgericht Stuttgart > HRB 729623Umsatzsteuer-ID: DE269167434Geschäftsführer: Michael Krieger, > Patrick Schneider, Benjamin RuoffNotice: This transmittal and/or > attachments may be privileged or confidential. If you are not the intended > recipient, you are hereby notified that you have received this transmittal > in error; any review, dissemination, or copying is strictlyprohibited.* > > > > -- > You received this message because you are subscribed to a topic in the > Google Groups "GitLab" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/gitlabhq/Ds5Sjaa3fn4/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > -- You received this message because you are subscribed to the Google Groups "GitLab" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
