Esempio n. 1
0
 static ADObject()
 {
     string[] strArrays = new string[4];
     strArrays[0] = "distinguishedName";
     strArrays[1] = "name";
     strArrays[2] = "objectClass";
     strArrays[3] = "objectGUID";
     ADObject.DefaultProperties = strArrays;
     string[] strArrays1 = new string[4];
     strArrays1[0] = "distinguishedName";
     strArrays1[1] = "name";
     strArrays1[2] = "objectClass";
     strArrays1[3] = "objectGUID";
     ADObject.IdentityPropertyNames = strArrays1;
     ADEntity.RegisterMappingTable(typeof(ADObject), ADObjectFactory <ADObject> .AttributeTable);
 }
Esempio n. 2
0
 static ADRootDSE()
 {
     ADRootDSE._supportedCapabilitiesTable = new Hashtable(StringComparer.OrdinalIgnoreCase);
     ADRootDSE._supportedCapabilitiesTable.Add("1.2.840.113556.1.4.800", "LDAP_CAP_ACTIVE_DIRECTORY_OID");
     ADRootDSE._supportedCapabilitiesTable.Add("1.2.840.113556.1.4.1670", "LDAP_CAP_ACTIVE_DIRECTORY_V51_OID");
     ADRootDSE._supportedCapabilitiesTable.Add("1.2.840.113556.1.4.1791", "LDAP_CAP_ACTIVE_DIRECTORY_LDAP_INTEG_OID");
     ADRootDSE._supportedCapabilitiesTable.Add("1.2.840.113556.1.4.1935", "LDAP_CAP_ACTIVE_DIRECTORY_V61_OID");
     ADRootDSE._supportedCapabilitiesTable.Add("1.2.840.113556.1.4.1920", "LDAP_CAP_ACTIVE_DIRECTORY_PARTIAL_SECRETS_OID");
     ADRootDSE._supportedCapabilitiesTable.Add("1.2.840.113556.1.4.1851", "LDAP_CAP_ACTIVE_DIRECTORY_ADAM_OID");
     ADRootDSE._supportedCapabilitiesTable.Add("1.2.840.113556.1.4.1880", "LDAP_CAP_ACTIVE_DIRECTORY_ADAM_DIGEST");
     ADRootDSE._supportedControlTable = new Hashtable(StringComparer.OrdinalIgnoreCase);
     ADRootDSE._supportedControlTable.Add("1.2.840.113556.1.4.319", "LDAP_PAGED_RESULT_OID_STRING");
     ADRootDSE._supportedControlTable.Add("1.2.840.113556.1.4.801", "LDAP_SERVER_SD_FLAGS_OID");
     ADRootDSE._supportedControlTable.Add("1.2.840.113556.1.4.473", "LDAP_SERVER_SORT_OID");
     ADRootDSE._supportedControlTable.Add("1.2.840.113556.1.4.528", "LDAP_SERVER_NOTIFICATION_OID");
     ADRootDSE._supportedControlTable.Add("1.2.840.113556.1.4.417", "LDAP_SERVER_SHOW_DELETED_OID");
     ADRootDSE._supportedControlTable.Add("1.2.840.113556.1.4.619", "LDAP_SERVER_LAZY_COMMIT_OID");
     ADRootDSE._supportedControlTable.Add("1.2.840.113556.1.4.841", "LDAP_SERVER_DIRSYNC_OID");
     ADRootDSE._supportedControlTable.Add("1.2.840.113556.1.4.529", "LDAP_SERVER_EXTENDED_DN_OID");
     ADRootDSE._supportedControlTable.Add("1.2.840.113556.1.4.805", "LDAP_SERVER_TREE_DELETE_OID");
     ADRootDSE._supportedControlTable.Add("1.2.840.113556.1.4.521", "LDAP_SERVER_CROSSDOM_MOVE_TARGET_OID");
     ADRootDSE._supportedControlTable.Add("1.2.840.113556.1.4.970", "LDAP_SERVER_GET_STATS_OID");
     ADRootDSE._supportedControlTable.Add("1.2.840.113556.1.4.1338", "LDAP_SERVER_VERIFY_NAME_OID");
     ADRootDSE._supportedControlTable.Add("1.2.840.113556.1.4.474", "LDAP_SERVER_RESP_SORT_OID");
     ADRootDSE._supportedControlTable.Add("1.2.840.113556.1.4.1339", "LDAP_SERVER_DOMAIN_SCOPE_OID");
     ADRootDSE._supportedControlTable.Add("1.2.840.113556.1.4.1340", "LDAP_SERVER_SEARCH_OPTIONS_OID");
     ADRootDSE._supportedControlTable.Add("1.2.840.113556.1.4.1413", "LDAP_SERVER_PERMISSIVE_MODIFY_OID");
     ADRootDSE._supportedControlTable.Add("2.16.840.1.113730.3.4.9", "LDAP_CONTROL_VLVREQUEST");
     ADRootDSE._supportedControlTable.Add("2.16.840.1.113730.3.4.10", "LDAP_CONTROL_VLVRESPONSE");
     ADRootDSE._supportedControlTable.Add("1.2.840.113556.1.4.1504", "LDAP_SERVER_ASQ_OID");
     ADRootDSE._supportedControlTable.Add("1.2.840.113556.1.4.1852", "LDAP_SERVER_QUOTA_CONTROL_OID");
     ADRootDSE._supportedControlTable.Add("1.2.840.113556.1.4.802", "LDAP_SERVER_RANGE_OPTION_OID");
     ADRootDSE._supportedControlTable.Add("1.2.840.113556.1.4.1907", "LDAP_SERVER_SHUTDOWN_NOTIFY_OID");
     ADRootDSE._supportedControlTable.Add("1.2.840.113556.1.4.1948", "LDAP_SERVER_RANGE_RETRIEVAL_NOERR_OID");
     ADRootDSE._supportedControlTable.Add("1.2.840.113556.1.4.1974", "LDAP_SERVER_FORCE_UPDATE_OID");
     ADRootDSE._supportedControlTable.Add("1.2.840.113556.1.4.1341", "LDAP_SERVER_RODC_DCPROMO_OID");
     ADRootDSE._supportedControlTable.Add("1.2.840.113556.1.4.2026", "LDAP_SERVER_DN_INPUT_OID");
     ADEntity.RegisterMappingTable(typeof(ADRootDSE), null);
 }
Esempio n. 3
0
 static ADDirectoryServer()
 {
     ADEntity.RegisterMappingTable(typeof(ADDirectoryServer), ADDirectoryServerFactory <ADDirectoryServer> .AttributeTable);
 }
Esempio n. 4
0
 static ADReplicationFailure()
 {
     ADEntity.RegisterMappingTable(typeof(ADReplicationFailure), ADReplicationFailureFactory <ADReplicationFailure> .AttributeTable);
 }
Esempio n. 5
0
 static ADReplicationQueueOperation()
 {
     ADEntity.RegisterMappingTable(typeof(ADReplicationQueueOperation), ADReplicationQueueOperationFactory <ADReplicationQueueOperation> .AttributeTable);
 }
		static ADClaimTransformPolicy()
		{
			ADEntity.RegisterMappingTable(typeof(ADClaimTransformPolicy), ADClaimTransformPolicyFactory<ADClaimTransformPolicy>.AttributeTable);
		}
Esempio n. 7
0
 static ADDomain()
 {
     ADEntity.RegisterMappingTable(typeof(ADDomain), ADDomainFactory <ADDomain> .AttributeTable);
 }
Esempio n. 8
0
 static ADServiceAccount()
 {
     ADEntity.RegisterMappingTable(typeof(ADServiceAccount), ADServiceAccountFactory <ADServiceAccount> .AttributeTable);
 }
Esempio n. 9
0
 static ADCentralAccessPolicy()
 {
     ADEntity.RegisterMappingTable(typeof(ADCentralAccessPolicy), ADCentralAccessPolicyFactory <ADCentralAccessPolicy> .AttributeTable);
 }
Esempio n. 10
0
 static ADReplicationSubnet()
 {
     ADEntity.RegisterMappingTable(typeof(ADReplicationSubnet), ADReplicationSubnetFactory <ADReplicationSubnet> .AttributeTable);
 }
Esempio n. 11
0
 static ADCentralAccessRule()
 {
     ADEntity.RegisterMappingTable(typeof(ADCentralAccessRule), ADCentralAccessRuleFactory <ADCentralAccessRule> .AttributeTable);
 }
 static ADDefaultDomainPasswordPolicy()
 {
     ADEntity.RegisterMappingTable(typeof(ADDefaultDomainPasswordPolicy), ADDefaultDomainPasswordPolicyFactory <ADDefaultDomainPasswordPolicy> .AttributeTable);
 }
Esempio n. 13
0
 static ADReplicationSite()
 {
     ADEntity.RegisterMappingTable(typeof(ADReplicationSite), ADReplicationSiteFactory <ADReplicationSite> .AttributeTable);
     ADEntity.RegisterMappingTable(typeof(ADReplicationSite), ADNtdsSiteSettingFactory <ADNtdsSiteSetting> .AttributeTable);
 }
Esempio n. 14
0
 static ADGroup()
 {
     ADEntity.RegisterMappingTable(typeof(ADGroup), ADGroupFactory <ADGroup> .AttributeTable);
 }
Esempio n. 15
0
 static ADDomainController()
 {
     ADEntity.RegisterMappingTable(typeof(ADDomainController), ADDomainControllerFactory <ADDomainController> .AttributeTable);
 }
 static ADResourcePropertyValueType()
 {
     ADEntity.RegisterMappingTable(typeof(ADResourcePropertyValueType), ADResourcePropertyValueTypeFactory <ADResourcePropertyValueType> .AttributeTable);
 }
Esempio n. 17
0
 static ADOrganizationalUnit()
 {
     ADEntity.RegisterMappingTable(typeof(ADOrganizationalUnit), ADOrganizationalUnitFactory <ADOrganizationalUnit> .AttributeTable);
 }
 static ADReplicationConnection()
 {
     ADEntity.RegisterMappingTable(typeof(ADReplicationConnection), ADReplicationConnectionFactory <ADReplicationConnection> .AttributeTable);
     ADEntity.RegisterMappingTable(typeof(ADReplicationConnection), ADNtdsSettingFactory <ADNtdsSetting> .AttributeTable);
 }
Esempio n. 19
0
 static ADOptionalFeature()
 {
     ADOptionalFeature.FeatureDisableableBit = 4;
     ADEntity.RegisterMappingTable(typeof(ADOptionalFeature), ADObjectFactory <ADOptionalFeature> .AttributeTable);
 }
Esempio n. 20
0
 static ADSchemaObject()
 {
     ADEntity.RegisterMappingTable(typeof(ADSchemaObject), ADSchemaObjectFactory <ADSchemaObject> .AttributeTable);
 }
Esempio n. 21
0
 static ADTrust()
 {
     ADEntity.RegisterMappingTable(typeof(ADTrust), ADTrustFactory <ADTrust> .AttributeTable);
 }
Esempio n. 22
0
 static ADReplicationAttributeMetadata()
 {
     ADEntity.RegisterMappingTable(typeof(ADReplicationAttributeMetadata), ADReplicationAttributeMetadataFactory <ADReplicationAttributeMetadata> .AttributeTable);
 }
Esempio n. 23
0
 static ADReplicationSiteLink()
 {
     ADEntity.RegisterMappingTable(typeof(ADReplicationSiteLink), ADReplicationSiteLinkFactory <ADReplicationSiteLink> .AttributeTable);
 }
Esempio n. 24
0
 static ADReplicationUpToDatenessVectorTable()
 {
     ADEntity.RegisterMappingTable(typeof(ADReplicationUpToDatenessVectorTable), ADReplicationUpToDatenessVectorTableFactory <ADReplicationUpToDatenessVectorTable> .AttributeTable);
 }
Esempio n. 25
0
 static ADResourcePropertyList()
 {
     ADEntity.RegisterMappingTable(typeof(ADResourcePropertyList), ADResourcePropertyListFactory <ADResourcePropertyList> .AttributeTable);
 }
Esempio n. 26
0
 static ADPrincipal()
 {
     ADEntity.RegisterMappingTable(typeof(ADPrincipal), ADPrincipalFactory <ADPrincipal> .AttributeTable);
 }
Esempio n. 27
0
 static ADClaimType()
 {
     ADEntity.RegisterMappingTable(typeof(ADClaimType), ADClaimTypeFactory <ADClaimType> .AttributeTable);
 }
Esempio n. 28
0
 static ADFineGrainedPasswordPolicy()
 {
     ADEntity.RegisterMappingTable(typeof(ADFineGrainedPasswordPolicy), ADFineGrainedPasswordPolicyFactory <ADFineGrainedPasswordPolicy> .AttributeTable);
 }