~ttx/openldap/lucid-gssapi-495418

« back to all changes in this revision

Viewing changes to doc/man/man5/slapo-memberof.5

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2009-07-28 10:17:15 UTC
  • mto: (0.3.1 squeeze)
  • mto: This revision was merged to the branch mainline in revision 16.
  • Revision ID: james.westby@ubuntu.com-20090728101715-g0isvetelfeqm48k
Tags: upstream-2.4.17
ImportĀ upstreamĀ versionĀ 2.4.17

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
.TH SLAPO-MEMBEROF 5 "RELEASEDATE" "OpenLDAP LDVERSION"
2
2
.\" Copyright 1998-2009 The OpenLDAP Foundation, All Rights Reserved.
3
3
.\" Copying restrictions apply.  See the COPYRIGHT file.
4
 
.\" $OpenLDAP: pkg/ldap/doc/man/man5/slapo-memberof.5,v 1.1.2.5 2009/01/30 20:08:06 quanah Exp $
 
4
.\" $OpenLDAP: pkg/ldap/doc/man/man5/slapo-memberof.5,v 1.1.2.6 2009/06/03 01:41:59 quanah Exp $
5
5
.SH NAME
6
 
slapo-memberof \- Reverse Group Membership overlay to slapd
 
6
slapo\-memberof \- Reverse Group Membership overlay to slapd
7
7
.SH SYNOPSIS
8
8
ETCDIR/slapd.conf
9
9
.SH DESCRIPTION
36
36
configuration options are defined for the memberofoverlay.
37
37
 
38
38
.TP
39
 
.BI memberof-group-oc \ <group-oc>
 
39
.BI memberof\-group\-oc \ <group-oc>
40
40
The value 
41
41
.I <group-oc> 
42
42
is the name of the objectClass that triggers the reverse group membership
44
44
It defaults to \fIgroupOfNames\fP.
45
45
 
46
46
.TP
47
 
.BI memberof-member-ad \ <member-ad>
 
47
.BI memberof\-member\-ad \ <member-ad>
48
48
The value 
49
49
.I <member-ad> 
50
50
is the name of the attribute that contains the names of the members
52
52
It defaults to \fImember\fP.
53
53
 
54
54
.TP
55
 
.BI memberof-memberof-ad \ <memberof-ad>
 
55
.BI memberof\-memberof\-ad \ <memberof-ad>
56
56
The value 
57
57
.I <memberof-ad> 
58
58
is the name of the attribute that contains the names of the groups
61
61
It defaults to \fImemberOf\fP.
62
62
 
63
63
.TP
64
 
.BI memberof-dn \ <dn>
 
64
.BI memberof\-dn \ <dn>
65
65
The value 
66
66
.I <dn> 
67
67
contains the DN that is used as \fImodifiersName\fP for internal 
69
69
It defaults to the \fIrootdn\fP of the underlying database.
70
70
 
71
71
.TP
72
 
.BI "memberof-dangling {" ignore ", " drop ", " error "}"
 
72
.BI "memberof\-dangling {" ignore ", " drop ", " error "}"
73
73
This option determines the behavior of the overlay when, during 
74
74
a modification, it encounters dangling references.
75
75
The default is
84
84
to fail.
85
85
 
86
86
.TP
87
 
.BI memberof-dangling-error \ <error-code>
 
87
.BI memberof\-dangling\-error \ <error-code>
88
88
If
89
 
.BR memberof-dangling
 
89
.BR memberof\-dangling
90
90
is set to
91
91
.IR error ,
92
92
this configuration parameter can be used to modify the response code
94
94
but other implementations are known to return "no such object" instead.
95
95
 
96
96
.TP
97
 
.BI "memberof-refint {" true "|" FALSE "}"
 
97
.BI "memberof\-refint {" true "|" FALSE "}"
98
98
This option determines whether the overlay will try to preserve
99
99
referential integrity or not.
100
100
If set to
116
116
.BR slapd\-config (5),
117
117
.BR slapd (8).
118
118
The
119
 
.BR slapo-memberof (5)
 
119
.BR slapo\-memberof (5)
120
120
overlay supports dynamic configuration via
121
121
.BR back-config .
122
122
.SH ACKNOWLEDGEMENTS