| /netbsd-src/external/bsd/openldap/dist/doc/drafts/ |
| H A D | draft-legg-ldap-acm-admin-xx.txt | 179 Any entry or subentry in an ACSA is permitted to contain ACI if and 187 entry, subentry and prescriptive. 189 Entry ACI applies to only the entry or subentry in which it appears, 191 entry or subentry MAY hold entry ACI. 196 subentry ACI. 201 subentry in which it appears. Prescriptive ACI is only permitted in 204 other subentry of that administrative point, but does apply to the 210 Each subentry which contains prescriptive ACI MUST have 212 a subentry is called an access control subentry. 227 A subentry of this object class MUST contain at least one [all …]
|
| H A D | draft-legg-ldap-acm-bac-xx.txt | 212 access control subentry of an administrative point (see [ACA]). 234 associated with the subentry that holds them, not with entries within 235 the scope of the subentry. Modify-related access controls are 237 apply to the collective attribute and its values within the subentry. 411 or on the entry/subentry that holds it, in order for it to be 909 of an access control subentry. It contains prescriptive ACI 910 applicable to entries within that subentry's scope. 924 point never applies to the same or any other subentry of that 931 subentry that holds the attribute, the prescriptiveACI attribute does 937 entry or subentry (not just access control subentries). It contains [all …]
|
| H A D | draft-behera-ldap-password-policy-xx.txt | 1190 This attribute points to the pwdPolicy subentry in effect for this 1195 DESC 'The pwdPolicy subentry in effect for this object' 2138 adding to an LDAP subentry whose immediate superior is the root of 2141 the LDAP subentry as specified in [RFC3672]. 2147 LDAP subentry. 2157 by defining a new policy in a subentry of the user entry. 2160 subentry that is being used to control its policy in its 2163 for that object in order to arrive at the proper pwdPolicy subentry. 2197 any subentry would be, in order to have a consistent policy among all 2321 by adding a subentry immediately under the user's entry, Access [all …]
|
| H A D | draft-ietf-ldapext-acl-model-xx.txt | 205 An access control information subentry class 209 subentry ldapACISubEntry) to identity the access 249 ldapACI subentry, it is possible to run multiple mechanisms 344 the namespace. This information is contained in a subentry 365 access control subentry entry associated with a naming 370 of that ldap access control subentry. Although, in general, 373 scope of that subentry.
|
| /netbsd-src/external/bsd/openldap/dist/doc/rfc/ |
| H A D | rfc3671.txt | 49 attributes subentry [RFC3672]. An entry can belong to several entry 69 their associated collective attributes subentry. 104 A collective attribute subentry SHOULD contain at least one 106 collective attribute subentry are available for finding, searching, 107 and comparison at every entry within the scope of the subentry. The 109 the subentry. 318 And collective attributes access via a subentry are governed by rules 319 restricting access to attributes of that subentry. However, as LDAP
|
| H A D | rfc3876.txt | 315 1.2.3.4.5 from the subschema subentry. 317 Assume the subschema subentry is held below the root entry with DN 318 cn=subschema subentry,o=myorg and this holds an attributeTypes 323 dn: cn=subschema subentry,o=myorg 324 cn: subschema subentry 355 cn=subschema subentry,o=myorg, a scope of base, a filter set to 363 dn: cn=subschema subentry,o=myorg
|
| H A D | rfc3672.txt | 39 A subentry is a special kind of entry immediately subordinate to 45 A single subentry may serve all or several aspects of 262 entry. A subentry not of a class permitted by the administrativeRole 289 The subentry object class is a structural object class. 291 ( 2.5.17.0 NAME 'subentry' 369 subentry O 2.5.17.0
|
| H A D | rfc4512.txt | 326 provides alternative naming. A subentry holds administrative and/or 961 A subentry is a "special sort of entry, known by the Directory, used 969 described in [RFC3672], to use a subentry and that other servers are 971 normally used with the subentry (e.g., 'subschema' for subschema 972 subentries) to mimic the subentry. This object entry's RDN SHALL be 1971 X.500 to detect that subentry information is being requested.
|
| H A D | rfc4533.txt | 1313 whether an entry or subentry appears in the content.
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/back-mdb/ |
| H A D | add.c | 44 int subentry; in mdb_add() local 98 subentry = is_entry_subentry( op->ora_e ); in mdb_add() 222 if ( subentry ) { in mdb_add()
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/slapi/ |
| H A D | TODO | 8 - add some plugin monitoring stuff in back-monitor (e.g. a subentry
|
| /netbsd-src/external/gpl3/binutils/dist/gprofng/doc/ |
| H A D | gp-macros.texi | 43 @c -- @cindex \label\ @subentry \string\
|
| H A D | texinfo.tex | 5020 \definedummyword\subentry 5326 % Given index entry text like "aaa @subentry bbb @sortas{ZZZ}": 5328 % * Set \fullindexsortkey to "aaa @subentry ZZZ" 5337 \expandafter\doindexsegment#1\subentry\finish\subentry 5341 \def\doindexsegment#1\subentry{% 5391 \def\sep{\subentry}% 5399 \let\subentry\relax 5444 % subentry case), texindex reduces to two when writing the .??s
|
| /netbsd-src/external/bsd/openldap/dist/doc/guide/admin/ |
| H A D | schema.sdf | 169 attribute found in the subschema subentry, e.g.: 342 attribute found in the subschema subentry, e.g.: 405 subschema subentry normally named {{EX:cn=Subschema}}, this behavior 406 cannot be expected from other servers. The subschema subentry 413 To obtain the schema from a subschema subentry, you can use
|
| H A D | aspell.en.pws | 652 subentry
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/schema/ |
| H A D | dsee.schema | 17 # These definitions are from Sun DSEE 7's cn=schema subentry.
|
| H A D | dsee.ldif | 17 # These definitions are from Sun DSEE 7's cn=schema subentry.
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/ |
| H A D | schema_check.c | 71 int subentry = is_entry_subentry( e ); in entry_schema_check() local 82 if( subentry ) { in entry_schema_check()
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/back-wt/ |
| H A D | add.c | 231 if ( subentry ) { in wt_add()
|
| /netbsd-src/external/gpl2/diffutils/dist/config/ |
| H A D | texinfo.tex | 2982 % #1 is name of index, #2 is stuff to put there, #3 is subentry -- 3005 \let\subentry = \empty 3007 \def\subentry{ #3}% 3012 {\indexnofonts \xdef\indexsorttmp{#2\subentry}}% 3017 % If the third (subentry) arg is present, add it to the index 3026 % subentry case), texindex reduces to two when writing the .??s
|
| /netbsd-src/external/gpl2/gettext/dist/build-aux/ |
| H A D | texinfo.tex | 2513 % #1 is name of index, #2 is stuff to put there, #3 is subentry -- 2536 \let\subentry = \empty 2538 \def\subentry{ #3}% 2543 {\indexnofonts \xdef\indexsorttmp{#2\subentry}}% 2553 % If third (subentry) arg is present, add it to the index string.
|
| /netbsd-src/external/lgpl3/mpfr/dist/doc/ |
| H A D | texinfo.tex | 4915 \definedummyword\subentry 5219 % Given index entry text like "aaa @subentry bbb @sortas{ZZZ}": 5221 % * Set \fullindexsortkey to "aaa @subentry ZZZ" 5230 \expandafter\doindexsegment#1\subentry\finish\subentry 5234 \def\doindexsegment#1\subentry{% 5287 \def\sep{\subentry}% 5295 \let\subentry\relax 5338 % subentry case), texindex reduces to two when writing the .??s
|
| /netbsd-src/external/lgpl3/mpc/dist/build-aux/ |
| H A D | texinfo.tex | 4901 \definedummyword\subentry 5206 % Given index entry text like "aaa @subentry bbb @sortas{ZZZ}": 5208 % * Set \fullindexsortkey to "aaa @subentry ZZZ" 5217 \expandafter\doindexsegment#1\subentry\finish\subentry 5221 \def\doindexsegment#1\subentry{% 5271 \def\sep{\subentry}% 5279 \let\subentry\relax 5324 % subentry case), texindex reduces to two when writing the .??s
|
| /netbsd-src/external/gpl2/grep/dist/doc/ |
| H A D | texinfo.tex | 2872 % #1 is name of index, #2 is stuff to put there, #3 is subentry -- 2895 \let\subentry = \empty 2897 \def\subentry{ #3}% 2902 {\indexnofonts \xdef\indexsorttmp{#2\subentry}}% 2907 % If third (subentry) arg is present, add it to the index
|
| /netbsd-src/external/gpl3/binutils.old/dist/gprofng/doc/ |
| H A D | texinfo.tex | 5020 \definedummyword\subentry 5326 % Given index entry text like "aaa @subentry bbb @sortas{ZZZ}": 5328 % * Set \fullindexsortkey to "aaa @subentry ZZZ" 5337 \expandafter\doindexsegment#1\subentry\finish\subentry 5341 \def\doindexsegment#1\subentry{% 5391 \def\sep{\subentry}% 5399 \let\subentry\relax 5444 % subentry case), texindex reduces to two when writing the .??s
|