Results 1 to 3 of 3

Thread: Adtool + LDAP configuring AD

  1. #1
    Join Date
    Jan 2009
    Location
    Norway
    Beans
    23
    Distro
    Edubuntu 8.04 Hardy Heron

    Adtool + LDAP configuring AD

    Adtool - "Invalid credentials" when LDAP to Active Directory

    Running Lucid server edition

    And trying to connect to my AD Domain Controller. Want to be able to automate user creation and deletion from a linux server using adtool and bash (i hate vbs)

    The problem is; I keep getting "Invalid Credentials" every time I try to use adtool for some action.. Cant even adtool list "ou=Users"

    This is error message:

    Code:
    bind: : Invalid credentials (49)
    	additional info: 80090308: LdapErr: DSID-0C090334, comment: AcceptSecurityContext error, data 525, vece
    This is my setup:

    Admin username: adminuser
    Admin password: adminpassword (yeah right )

    /etc/adtool.cfg:
    Code:
    uri ldap://myserver.foo.com
    binddn cn=adminuser,cn=Users,dc=foo,dc=com
    bindpw adminpassword
    searchbase dc=myserver,dc=foo,dc=com

    /etc/ldap/ldap.conf:
    Code:
    BASE    dc=myserver,dc=foo,dc=com
    URI     ldap://myserver.foo.com ldaps://myserver.foo.com
    TLS_REQCERT allow
    in adtool I do try to change between ldap and ldaps, but neither work..
    and ports open on server:
    636/tcp open ldapssl
    389/tcp open ldap

    (linux server is already a a part of the domain and can talk with AD trough winbind and kerberos,, so there is maybe a easier way than adtool+ldap to administer users? I can list users in AD using winbind and "kinit adminuser" works without errors )

    Any ideas? Please help

  2. #2
    Join Date
    Aug 2010
    Location
    South Carolina, US
    Beans
    3
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Adtool + LDAP configuring AD

    I'm running into the same problem. Was a solution ever found?

  3. #3
    Join Date
    Jun 2010
    Beans
    3

    Re: Adtool + LDAP configuring AD

    Quote Originally Posted by bttw View Post
    I'm running into the same problem. Was a solution ever found?
    Someone tried this?
    http://www.beyondtrust.com/Technical...-Open-Edition/

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •