Guest User

Untitled

a guest
Aug 4th, 2018
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. Is it possible to use CFLDAP to retrieve all the users from a distribution group with only the group email address?
  2. <cfldap server = "foo.example.com"
  3. action = "query"
  4. name = "ldap2"
  5. start = "dc=foo,dc=example,dc=com"
  6. attributes = "givenName,sn,sAMAccountName,mail,employeeID,dn"
  7. filter="?????????????"
  8. username="BAReterps"
  9. password="12345" >
  10.  
  11. <cfldap server = "foo.example.com"
  12. action = "query"
  13. name = "ldap2"
  14. start = "dc=foo,dc=example,dc=com"
  15. attributes = "givenName,sn,sAMAccountName,mail,employeeID,dn"
  16. filter="(&(objectClass=user)(memberOf=cn=Sales,ou=Email Distribution Groups,dc=foo,dc=example,dc=com))"
  17. username="BAReterps"
  18. password="12345" >
Add Comment
Please, Sign In to add comment