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.

26 lines
712 B

  1. //+----------------------------------------------------------------------------
  2. //
  3. // DS Administration MMC snapin.
  4. //
  5. // Microsoft Windows
  6. // Copyright (C) Microsoft Corporation, 1992 - 2002
  7. //
  8. // File: globals.h
  9. //
  10. // Contents: Declarations of constants and globals used in DSAdmin files.
  11. //
  12. // History: 2002/06/28-ArtM Created
  13. //
  14. //-----------------------------------------------------------------------------
  15. #ifndef _DSADMIN_GLOBALS_
  16. #define _DSADMIN_GLOBALS_
  17. // Maximum size for passwords.
  18. extern const unsigned int MAX_PASSWORD_LENGTH;
  19. // Maximum length downlevel user logon names.
  20. extern const unsigned int MAX_NT4_LOGON_LENGTH;
  21. #endif //_DSADMIN_GLOBALS_