390 splitSpec = "(" matchspec "," subFieldNames ")"
391 fieldName = Name of a field from nisLDAPnameFields
392 subFieldNames = subFieldname[","...]
393 matchspec = \" formatString \"
394
395 The netgroup memberTriples can have format (host, user, domain) or
396 groupname. The format is specified by the attribute:
397
398 nisLDAPsplitField memberTriple: \
399 ("(%s,%s,%s)", host, user, domain) , \
400 ("%s", group)
401
402 Later operations can then use field names host, user, domain, group
403 or memberTriple. Because lines are processed in order, if host,
404 user and domain are found, group will not be generated.
405
406 Several maps and databaseIds may contain fields that are to be
407 split in the same way. As a consequence, the names of fields to be
408 split must be unique across all maps and databaseIds.
409
410 Only one level of spliting is supported.That is, a subfield cannot
411 be split into further subfields.
412
413
414 nisLDAPrepeatedFieldSeparators
415
416 Where there is a list of repeated, splitable fields,
417 nisLDAPrepeatedFieldSeparators specifies which characters separate
418 instances of the splitable field.
419
420 The syntax for the nisLDAPrepeatedFieldSeparators attribute is as
421 follows:
422
423 "nisLDAPrepeatedFieldSeparators" fieldName \"sepChar[...]\"
424 sepChar = A separator character.
425
426 The default value is space or tab. If repeated splitable fields are
427 adjacent, that is, there is no separating character, then the
428 following should be specified:
429
430 nisLDAPrepeatedFieldSeparators netIdEntry: ""
431
432
433
434 nisLDAPcommentChar
435
436 Specifies which character represents the start of the special
437 comment field in a given NIS map. If this attribute is not present
438 then the default comment character # is used.
439
440 To specify that a map uses a asterix to mark the start of comments.
441
442 nisLDAPcommentChar mapname : '*'
443
444 If a map cannot contain comments, then the following attribute
445 should be specified.
446
447 nisLDAPcommentChar mapname : ''
|
390 splitSpec = "(" matchspec "," subFieldNames ")"
391 fieldName = Name of a field from nisLDAPnameFields
392 subFieldNames = subFieldname[","...]
393 matchspec = \" formatString \"
394
395 The netgroup memberTriples can have format (host, user, domain) or
396 groupname. The format is specified by the attribute:
397
398 nisLDAPsplitField memberTriple: \
399 ("(%s,%s,%s)", host, user, domain) , \
400 ("%s", group)
401
402 Later operations can then use field names host, user, domain, group
403 or memberTriple. Because lines are processed in order, if host,
404 user and domain are found, group will not be generated.
405
406 Several maps and databaseIds may contain fields that are to be
407 split in the same way. As a consequence, the names of fields to be
408 split must be unique across all maps and databaseIds.
409
410 Only one level of splitting is supported. That is, a subfield
411 cannot be split into further subfields.
412
413
414 nisLDAPrepeatedFieldSeparators
415
416 Where there is a list of repeated, splittable fields,
417 nisLDAPrepeatedFieldSeparators specifies which characters separate
418 instances of the splittable field.
419
420 The syntax for the nisLDAPrepeatedFieldSeparators attribute is as
421 follows:
422
423 "nisLDAPrepeatedFieldSeparators" fieldName \"sepChar[...]\"
424 sepChar = A separator character.
425
426 The default value is space or tab. If repeated splittable fields
427 are adjacent, that is, there is no separating character, then the
428 following should be specified:
429
430 nisLDAPrepeatedFieldSeparators netIdEntry: ""
431
432
433
434 nisLDAPcommentChar
435
436 Specifies which character represents the start of the special
437 comment field in a given NIS map. If this attribute is not present
438 then the default comment character # is used.
439
440 To specify that a map uses a asterix to mark the start of comments.
441
442 nisLDAPcommentChar mapname : '*'
443
444 If a map cannot contain comments, then the following attribute
445 should be specified.
446
447 nisLDAPcommentChar mapname : ''
|