Ignore:
Timestamp:
Nov 27, 2012, 4:43:17 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: updated trunk to 3.6.0

Location:
trunk/server
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/server

  • trunk/server/source3/lib/netapi/netapi.h

    r414 r745  
    12851285};
    12861286
     1287#define DS_PDC_FLAG ( 0x00000001 )
     1288#define DS_GC_FLAG ( 0x00000004 )
     1289#define DS_LDAP_FLAG ( 0x00000008 )
     1290#define DS_DS_FLAG ( 0x00000010 )
     1291#define DS_KDC_FLAG ( 0x00000020 )
     1292#define DS_TIMESERV_FLAG ( 0x00000040 )
     1293#define DS_CLOSEST_FLAG ( 0x00000080 )
     1294#define DS_WRITABLE_FLAG ( 0x00000100 )
     1295#define DS_GOOD_TIMESERV_FLAG ( 0x00000200 )
     1296#define DS_NDNC_FLAG ( 0x00000400 )
     1297#define DS_SELECT_SECRET_DOMAIN_6_FLAG ( 0x00000800 )
     1298#define DS_FULL_SECRET_DOMAIN_6_FLAG ( 0x00001000 )
     1299#define DS_DNS_CONTROLLER_FLAG ( 0x20000000 )
     1300#define DS_DNS_DOMAIN_FLAG ( 0x40000000 )
     1301#define DS_DNS_FOREST_FLAG ( 0x80000000 )
     1302
    12871303#endif /* _HEADER_libnetapi */
    12881304
     
    13061322#define NETLOGON_CONTROL_BREAKPOINT ( 0x0000FFFF )
    13071323
     1324#define DS_FORCE_REDISCOVERY ( 0x00000001 )
     1325#define DS_DIRECTORY_SERVICE_REQUIRED ( 0x00000010 )
     1326#define DS_DIRECTORY_SERVICE_PREFERRED ( 0x00000020 )
     1327#define DS_GC_SERVER_REQUIRED ( 0x00000040 )
     1328#define DS_PDC_REQUIRED ( 0x00000080 )
     1329#define DS_BACKGROUND_ONLY ( 0x00000100 )
     1330#define DS_IP_REQUIRED ( 0x00000200 )
     1331#define DS_KDC_REQUIRED ( 0x00000400 )
     1332#define DS_TIMESERV_REQUIRED ( 0x00000800 )
     1333#define DS_WRITABLE_REQUIRED ( 0x00001000 )
     1334#define DS_GOOD_TIMESERV_PREFERRED ( 0x00002000 )
     1335#define DS_AVOID_SELF ( 0x00004000 )
     1336#define DS_ONLY_LDAP_NEEDED ( 0x00008000 )
     1337#define DS_IS_FLAT_NAME ( 0x00010000 )
     1338#define DS_IS_DNS_NAME ( 0x00020000 )
     1339#define DS_TRY_NEXTCLOSEST_SITE ( 0x00040000 )
     1340#define DS_DIRECTORY_SERVICE_6_REQUIRED ( 0x00080000 )
     1341#define DS_WEB_SERVICE_REQUIRED ( 0x00100000 )
     1342#define DS_RETURN_DNS_NAME ( 0x40000000 )
     1343#define DS_RETURN_FLAT_NAME ( 0x80000000 )
     1344
    13081345#endif /* _HEADER_netlogon */
    13091346
Note: See TracChangeset for help on using the changeset viewer.