JustPaste.it

[authentication]
    authType = LDAP
    authSettings = AD
     
     
    [AD]
    host = host01.host.name.biz
    port = 389
    SSLEnabled = 0
    bindDN = CN=AD_Splunk,OU=ServiceAccounts,OU=Users,OU=Administration,DC=host,DC=name,DC=biz
    bindDNpassword = encrypted_password
    groupBaseDN = DC=host,DC=name,DC=biz
    groupBaseFilter = (objectclass=*)
    groupMappingAttribute = dn
    groupMemberAttribute = member
    groupNameAttribute = cn
    realNameAttribute = sAMAccountName
    userBaseDN = DC=host,DC=name,DC=biz
    userBaseFilter = (objectclass=*)
    userNameAttribute = sAMAccountName
     
    [roleMap_AD]
    admin = Domain Users
    user = Domain Users
    users = ITusers