Searched refs:dc (Results 1 - 25 of 76) sorted by relevance

1234

/forgerock/opendj-b2.6/tests/staf-tests/functional-tests/shared/data/pta/
H A DAD10.ldif28 # "dc=AD, dc=com" sample LDIF file
32 # 1 (objectclass=domain) entry (dc=AD,dc=com).
34 # 10 (objectclass=person) entries (all under ou=people,dc=AD,dc=com).
37 dn: dc=AD,dc=com
40 dc: AD
42 dn: ou=People, dc
[all...]
H A DAD.ldif28 # "dc=AD, dc=com" sample LDIF file
32 # 1 (objectclass=domain) entry (dc=AD,dc=com).
35 # 150 (objectclass=person) entries (all under ou=people,dc=AD,dc=com).
38 dn: dc=AD,dc=com
41 dc: AD
43 dn: ou=Groups, dc
[all...]
/forgerock/opendj2/tests/staf-tests/functional-tests/shared/data/pta/
H A DAD10.ldif27 # "dc=AD, dc=com" sample LDIF file
31 # 1 (objectclass=domain) entry (dc=AD,dc=com).
33 # 10 (objectclass=person) entries (all under ou=people,dc=AD,dc=com).
36 dn: dc=AD,dc=com
39 dc: AD
41 dn: ou=People, dc
[all...]
H A DAD.ldif27 # "dc=AD, dc=com" sample LDIF file
31 # 1 (objectclass=domain) entry (dc=AD,dc=com).
34 # 150 (objectclass=person) entries (all under ou=people,dc=AD,dc=com).
37 dn: dc=AD,dc=com
40 dc: AD
42 dn: ou=Groups, dc
[all...]
/forgerock/opendj2.6.2/tests/staf-tests/functional-tests/shared/data/pta/
H A DAD10.ldif28 # "dc=AD, dc=com" sample LDIF file
32 # 1 (objectclass=domain) entry (dc=AD,dc=com).
34 # 10 (objectclass=person) entries (all under ou=people,dc=AD,dc=com).
37 dn: dc=AD,dc=com
40 dc: AD
42 dn: ou=People, dc
[all...]
H A DAD.ldif28 # "dc=AD, dc=com" sample LDIF file
32 # 1 (objectclass=domain) entry (dc=AD,dc=com).
35 # 150 (objectclass=person) entries (all under ou=people,dc=AD,dc=com).
38 dn: dc=AD,dc=com
41 dc: AD
43 dn: ou=Groups, dc
[all...]
/forgerock/opendj2-jel-hg/tests/staf-tests/functional-tests/shared/data/pta/
H A DAD10.ldif28 # "dc=AD, dc=com" sample LDIF file
32 # 1 (objectclass=domain) entry (dc=AD,dc=com).
34 # 10 (objectclass=person) entries (all under ou=people,dc=AD,dc=com).
37 dn: dc=AD,dc=com
40 dc: AD
42 dn: ou=People, dc
[all...]
H A DAD.ldif28 # "dc=AD, dc=com" sample LDIF file
32 # 1 (objectclass=domain) entry (dc=AD,dc=com).
35 # 150 (objectclass=person) entries (all under ou=people,dc=AD,dc=com).
38 dn: dc=AD,dc=com
41 dc: AD
43 dn: ou=Groups, dc
[all...]
/forgerock/opendj2-hg/tests/staf-tests/functional-tests/shared/data/pta/
H A DAD10.ldif27 # "dc=AD, dc=com" sample LDIF file
31 # 1 (objectclass=domain) entry (dc=AD,dc=com).
33 # 10 (objectclass=person) entries (all under ou=people,dc=AD,dc=com).
36 dn: dc=AD,dc=com
39 dc: AD
41 dn: ou=People, dc
[all...]
H A DAD.ldif27 # "dc=AD, dc=com" sample LDIF file
31 # 1 (objectclass=domain) entry (dc=AD,dc=com).
34 # 150 (objectclass=person) entries (all under ou=people,dc=AD,dc=com).
37 dn: dc=AD,dc=com
40 dc: AD
42 dn: ou=Groups, dc
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/ums/dctree/
H A DDomainComponentTree.java54 * hiearchical tree of domain components (dc) and each dc node may/maynot
65 * dc=com dc=net dc=edu
69 * dc=sun dc=iplanet
71 * dc=eng dc=red
74 * DomainComponentTree allows the user to create a dc tre
505 mapDCToDomainName(DomainComponent dc) argument
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/ums/dctree/
H A DDomainComponentTree.java54 * hiearchical tree of domain components (dc) and each dc node may/maynot
65 * dc=com dc=net dc=edu
69 * dc=sun dc=iplanet
71 * dc=eng dc=red
74 * DomainComponentTree allows the user to create a dc tre
505 mapDCToDomainName(DomainComponent dc) argument
[all...]
/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/lib/yui/dragdrop/
H A Ddragdrop-debug.js567 var dc = this.dragCurrent;
568 if (dc) {
569 dc.b4StartDrag(x, y);
571 if (dc) {
572 dc.startDrag(x, y);
672 var dc = this.dragCurrent;
673 if (dc) {
698 dc.b4Drag(e);
699 if (dc) {
700 dc
[all...]
H A Ddragdrop-min.js18 return null;},handleMouseDown:function(e,oDD){this.currentTarget=YAHOO.util.Event.getTarget(e);this.dragCurrent=oDD;var el=oDD.getEl();this.startX=YAHOO.util.Event.getPageX(e);this.startY=YAHOO.util.Event.getPageY(e);this.deltaX=this.startX-el.offsetLeft;this.deltaY=this.startY-el.offsetTop;this.dragThreshMet=false;this.clickTimeout=setTimeout(function(){var DDM=YAHOO.util.DDM;DDM.startDrag(DDM.startX,DDM.startY);},this.clickTimeThresh);},startDrag:function(x,y){clearTimeout(this.clickTimeout);var dc=this.dragCurrent;if(dc){dc.b4StartDrag(x,y);}
19 if(dc){dc.startDrag(x,y);}
24 this.dragCurrent=null;this.dragOvers={};},handleMouseMove:function(e){var dc=this.dragCurrent;if(dc){if(YAHOO.util.Event.isIE&&!e.button){this.stopEvent(e);return this.handleMouseUp(e);}
26 if(this.dragThreshMet){dc.b4Drag(e);if(dc){dc
[all...]
H A Ddragdrop.js563 var dc = this.dragCurrent;
564 if (dc) {
565 dc.b4StartDrag(x, y);
567 if (dc) {
568 dc.startDrag(x, y);
662 var dc = this.dragCurrent;
663 if (dc) {
683 dc.b4Drag(e);
684 if (dc) {
685 dc
[all...]
/forgerock/openam/openam-server-only/src/main/webapp/assets/lib/yui/dragdrop/
H A Ddragdrop-debug.js567 var dc = this.dragCurrent;
568 if (dc) {
569 dc.b4StartDrag(x, y);
571 if (dc) {
572 dc.startDrag(x, y);
672 var dc = this.dragCurrent;
673 if (dc) {
698 dc.b4Drag(e);
699 if (dc) {
700 dc
[all...]
H A Ddragdrop-min.js18 return null;},handleMouseDown:function(e,oDD){this.currentTarget=YAHOO.util.Event.getTarget(e);this.dragCurrent=oDD;var el=oDD.getEl();this.startX=YAHOO.util.Event.getPageX(e);this.startY=YAHOO.util.Event.getPageY(e);this.deltaX=this.startX-el.offsetLeft;this.deltaY=this.startY-el.offsetTop;this.dragThreshMet=false;this.clickTimeout=setTimeout(function(){var DDM=YAHOO.util.DDM;DDM.startDrag(DDM.startX,DDM.startY);},this.clickTimeThresh);},startDrag:function(x,y){clearTimeout(this.clickTimeout);var dc=this.dragCurrent;if(dc){dc.b4StartDrag(x,y);}
19 if(dc){dc.startDrag(x,y);}
24 this.dragCurrent=null;this.dragOvers={};},handleMouseMove:function(e){var dc=this.dragCurrent;if(dc){if(YAHOO.util.Event.isIE&&!e.button){this.stopEvent(e);return this.handleMouseUp(e);}
26 if(this.dragThreshMet){dc.b4Drag(e);if(dc){dc
[all...]
H A Ddragdrop.js563 var dc = this.dragCurrent;
564 if (dc) {
565 dc.b4StartDrag(x, y);
567 if (dc) {
568 dc.startDrag(x, y);
662 var dc = this.dragCurrent;
663 if (dc) {
683 dc.b4Drag(e);
684 if (dc) {
685 dc
[all...]
/forgerock/openidm-v4/openidm-zip/src/main/resources/samples/multiplepasswords/
H A DREADME.md141 --baseDN dc=com \
271 "_id" : "uid=jdoe,ou=People,dc=example,dc=com",
272 "dn" : "uid=jdoe,ou=People,dc=example,dc=com"
274 "_id" : "uid=jdoe,ou=Customers,dc=example,dc=com",
275 "dn" : "uid=jdoe,ou=Customers,dc=example,dc=com"
287 $ ./bin/ldapsearch -D uid=jdoe,ou=People,dc
[all...]
/forgerock/openidm-v4/openidm-zip/src/main/resources/samples/historicalaccountlinking/
H A DREADME.md34 "baseContextsToSynchronize" : [ "ou=People,dc=example,dc=com" ],
66 --baseDN dc=com \
71 After you import the data, ou=People,dc=example,dc=com contains two user entries. Although all attributes to synchronize
85 --provider-name "Multimaster Synchronization" --set base-dn:dc=example,dc=com \
128 "dn" : "uid=jdoe,ou=People,dc=example,dc=com",
129 "_id" : "uid=jdoe,ou=People,dc
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/
H A DDBTest.java826 for(DatabaseContainer dc : databaseContainers)
829 builder.appendCell(dc.getName().replace(ec.getDatabasePrefix()+"_",
831 builder.appendCell(dc.getClass().getSimpleName());
832 builder.appendCell(dc.getName());
833 builder.appendCell(dc.getRecordCount());
847 for(DatabaseContainer dc : databaseContainers)
850 builder.appendCell(dc.getName().replace(
852 builder.appendCell(dc.getClass().getSimpleName());
853 builder.appendCell(dc.getName());
854 builder.appendCell(dc
[all...]
/forgerock/opendj2/src/server/org/opends/server/tools/
H A DDBTest.java814 for(DatabaseContainer dc : databaseContainers)
817 builder.appendCell(dc.getName().replace(ec.getDatabasePrefix()+"_",
819 builder.appendCell(dc.getClass().getSimpleName());
820 builder.appendCell(dc.getName());
821 builder.appendCell(dc.getRecordCount());
835 for(DatabaseContainer dc : databaseContainers)
838 builder.appendCell(dc.getName().replace(
840 builder.appendCell(dc.getClass().getSimpleName());
841 builder.appendCell(dc.getName());
842 builder.appendCell(dc
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/
H A DDBTest.java826 for(DatabaseContainer dc : databaseContainers)
829 builder.appendCell(dc.getName().replace(ec.getDatabasePrefix()+"_",
831 builder.appendCell(dc.getClass().getSimpleName());
832 builder.appendCell(dc.getName());
833 builder.appendCell(dc.getRecordCount());
847 for(DatabaseContainer dc : databaseContainers)
850 builder.appendCell(dc.getName().replace(
852 builder.appendCell(dc.getClass().getSimpleName());
853 builder.appendCell(dc.getName());
854 builder.appendCell(dc
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/
H A DDBTest.java826 for(DatabaseContainer dc : databaseContainers)
829 builder.appendCell(dc.getName().replace(ec.getDatabasePrefix()+"_",
831 builder.appendCell(dc.getClass().getSimpleName());
832 builder.appendCell(dc.getName());
833 builder.appendCell(dc.getRecordCount());
847 for(DatabaseContainer dc : databaseContainers)
850 builder.appendCell(dc.getName().replace(
852 builder.appendCell(dc.getClass().getSimpleName());
853 builder.appendCell(dc.getName());
854 builder.appendCell(dc
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/tools/
H A DDBTest.java814 for(DatabaseContainer dc : databaseContainers)
817 builder.appendCell(dc.getName().replace(ec.getDatabasePrefix()+"_",
819 builder.appendCell(dc.getClass().getSimpleName());
820 builder.appendCell(dc.getName());
821 builder.appendCell(dc.getRecordCount());
835 for(DatabaseContainer dc : databaseContainers)
838 builder.appendCell(dc.getName().replace(
840 builder.appendCell(dc.getClass().getSimpleName());
841 builder.appendCell(dc.getName());
842 builder.appendCell(dc
[all...]

Completed in 217 milliseconds

1234