Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
525 B

  1. /*++
  2. SECPRINC.H
  3. convenience routines for doing a few useful things
  4. Copyright (C) 1998 Microsoft Corporation, all rights reserved.
  5. Created, Jun 18, 1998 by DavidCHR.
  6. --*/
  7. BOOL
  8. ConnectToDsa( OUT PLDAP *ppLdap,
  9. OUT LPSTR *BaseDN );
  10. BOOL
  11. SetStringProperty( IN PLDAP pLdap,
  12. IN LPSTR Dn,
  13. IN LPSTR PropertyName,
  14. IN LPSTR Property,
  15. IN ULONG Operation );
  16. BOOL
  17. FindUser( IN PLDAP pLdap,
  18. IN LPSTR UserName,
  19. OUT PULONG puacFlags,
  20. OUT LPSTR *pDn );