2

1

I'm using Active Directory authentication with FogBugz and I want to flip on the "Allow LDAP to create new accounts automatically" setting so I don't have to manually create all of my users. However, I don't want just anyone in my organization to be able to create a FogBugz account and consume a license.

I have an Active Directory container called FogBugzUsers which contains all the users I want to have FogBugz accounts. Is there a way to have FogBugz limit logins to just this container?

flag

1 Answer

1

  1. Go to Admin -> Site Configuration -> Authentication
  2. Choose the LDAP tab
  3. Enter the URL of your AD server (using your actual domain name):

    LDAP://ldap.example.com/OU=FogBugzUsers,DC=ldap,DC=example,DC=com

  4. For user template, enter: ^USER
  5. For the filter, enter:

    (&(objectCategory=person)(objectClass=user)(sAMAccountName=^USER))

  6. For the full name attribute, enter name
  7. For the telephone number attribute, enter telephoneNumber
  8. For the email address attribute, enter mail
  9. Click OK
  10. It will prompt you for your AD login for your user
    • Enter YOURDOMAIN\yourusername
    • Enter your AD password
link|flag

Your Answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.