ispman/install-data/templates domain.common.ldif.template, 1.9, 1.10 users.ldif.template, 1.16, 1.17
Joerg Delker <[email protected]> Wed, 18 Apr 2007 22:36:36 +0000
| Newsgroups | gmane.comp.isp.ispman.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/ispman/ispman/install-data/templates
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv12982/install-data/templates
Modified Files:
domain.common.ldif.template users.ldif.template
Log Message:
added patch [ 1692612 ] PAB per domain and per user support
Index: users.ldif.template
===================================================================
RCS file: /cvsroot/ispman/ispman/install-data/templates/users.ldif.template,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- users.ldif.template 21 Nov 2006 14:41:28 -0000 1.16
+++ users.ldif.template 18 Apr 2007 22:36:33 -0000 1.17
@@ -69,5 +69,9 @@
return $template->fill_in(PACKAGE => __PACKAGE__);
</perl>
-
+# PAB Stuff
+dn: ou=<perl>$r->param("uid")</perl>, ou=<perl>$r->param("ispmanDomain")</perl>, ou=pabs, <perl>$ispman->getConf("ldapBaseDN")</perl>
+objectClass: top
+objectClass: organizationalUnit
+ou: <perl>$r->param("uid")</perl>
Index: domain.common.ldif.template
===================================================================
RCS file: /cvsroot/ispman/ispman/install-data/templates/domain.common.ldif.template,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- domain.common.ldif.template 26 Jun 2004 22:42:35 -0000 1.9
+++ domain.common.ldif.template 18 Apr 2007 22:36:33 -0000 1.10
@@ -38,5 +38,16 @@
return $template->fill_in(PACKAGE => __PACKAGE__);
</perl>
+# PAB Stuff
+dn: ou=<perl>$domain</perl>, ou=pabs, <perl>$ispman->getConf("ldapBaseDN")</perl>
+objectClass: top
+objectClass: organizationalUnit
+ou: <perl>$domain</perl>
+
+# GAB Stuff
+dn: ou=gab, ou=<perl>$domain</perl>, ou=pabs, <perl>$ispman->getConf("ldapBaseDN")</perl>
+objectClass: top
+objectClass: organizationalUnit
+ou: gab
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/