mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-16 20:06:06 -05:00
Import mail500 change from rel eng 1.1.
This commit is contained in:
parent
d8090dea55
commit
9bd0b8f789
1 changed files with 10 additions and 10 deletions
|
|
@ -105,20 +105,20 @@ typedef struct baseinfo {
|
|||
/* (up to three of them) */
|
||||
} Base;
|
||||
|
||||
Base base[] =
|
||||
{ "ou=People, o=University of Michigan, c=US",
|
||||
Base base[] = {
|
||||
{"ou=People, dc=OpenLDAP, dc=org",
|
||||
0, USER,
|
||||
"uid=%s", "cn=%s", NULL,
|
||||
"ou=System Groups, ou=Groups, o=University of Michigan, c=US",
|
||||
{"uid=%s", "cn=%s", NULL}},
|
||||
{"ou=System Groups, ou=Groups, dc=OpenLDAP, dc=org",
|
||||
1, 0xff,
|
||||
"(&(cn=%s)(associatedDomain=%h))", NULL, NULL,
|
||||
"ou=User Groups, ou=Groups, o=University of Michigan, c=US",
|
||||
{"(&(cn=%s)(associatedDomain=%h))", NULL, NULL}},
|
||||
{"ou=User Groups, ou=Groups, dc=OpenLDAP, dc=org",
|
||||
1, 0xff,
|
||||
"(&(cn=%s)(associatedDomain=%h))", NULL, NULL,
|
||||
NULL
|
||||
};
|
||||
{"(&(cn=%s)(associatedDomain=%h))", NULL, NULL}},
|
||||
NULL
|
||||
};
|
||||
|
||||
char *sendmailargs[] = { MAIL500_SENDMAIL, "-oMrX.500", "-odi", "-oi", "-f", NULL, NULL };
|
||||
char *sendmailargs[] = { MAIL500_SENDMAIL, "-oMrLDAP", "-odi", "-oi", "-f", NULL, NULL };
|
||||
|
||||
static char *attrs[] = { "objectClass", "title", "postaladdress",
|
||||
"telephoneNumber", "mail", "description", "owner",
|
||||
|
|
|
|||
Loading…
Reference in a new issue