phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] phpgwapi/doc/ldap README, 1.13.4.1, 1.13.4.2 phpgw.at


From: Alejandro Borges (lex) <address@hidden>
Subject: [Phpgroupware-cvs] phpgwapi/doc/ldap README, 1.13.4.1, 1.13.4.2 phpgw.at.conf, 1.2, 1.2.4.1 phpgw.oc.conf, 1.3, 1.3.4.1 phpgwaccount.schema, 1.6, 1.6.4.1 phpgwcontact.schema, 1.11, 1.11.4.1
Date: Thu, 30 Oct 2003 02:47:55 +0000

Update of /cvsroot/phpgroupware/phpgwapi/doc/ldap
In directory subversions:/tmp/cvs-serv20875/doc/ldap

Modified Files:
      Tag: Version-0_9_16-branch
        README phpgw.at.conf phpgw.oc.conf phpgwaccount.schema 
        phpgwcontact.schema 
Log Message:
accounts-LDAP and inetOrgPerson Syncronization is now TESTED WORKING - ALPHA



Index: phpgw.at.conf
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/doc/ldap/phpgw.at.conf,v
retrieving revision 1.2
retrieving revision 1.2.4.1
diff -C2 -d -r1.2 -r1.2.4.1
*** phpgw.at.conf       7 Sep 2001 02:11:58 -0000       1.2
--- phpgw.at.conf       30 Oct 2003 02:47:53 -0000      1.2.4.1
***************
*** 5,6 ****
--- 5,7 ----
  attribute     phpgwAccountStatus                      ces
  attribute     phpgwAccountExpires                     ces
+ attribute     phpgwPersonID                   ces

Index: phpgw.oc.conf
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/doc/ldap/phpgw.oc.conf,v
retrieving revision 1.3
retrieving revision 1.3.4.1
diff -C2 -d -r1.3 -r1.3.4.1
*** phpgw.oc.conf       7 Sep 2001 02:11:58 -0000       1.3
--- phpgw.oc.conf       30 Oct 2003 02:47:53 -0000      1.3.4.1
***************
*** 8,10 ****
                phpgwAccountType,
                phpgwAccountStatus,
!               phpgwAccountExpires
--- 8,11 ----
                phpgwAccountType,
                phpgwAccountStatus,
!               phpgwAccountExpires,
!               phpgwPersonID

Index: phpgwcontact.schema
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/doc/ldap/phpgwcontact.schema,v
retrieving revision 1.11
retrieving revision 1.11.4.1
diff -C2 -d -r1.11 -r1.11.4.1
*** phpgwcontact.schema 25 Nov 2001 13:43:05 -0000      1.11
--- phpgwcontact.schema 30 Oct 2003 02:47:53 -0000      1.11.4.1
***************
*** 1,3 ****
--- 1,4 ----
  # $phpgroupware : phpgwcontact.schema,v 1.0 2000/07/29 01:53:16 milosch Exp $
+ # DEPRECATED (YAAAAAAY FORTUNATLY!), we use inetorgperson now!
  
  # REQUIRED

Index: phpgwaccount.schema
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/doc/ldap/phpgwaccount.schema,v
retrieving revision 1.6
retrieving revision 1.6.4.1
diff -C2 -d -r1.6 -r1.6.4.1
*** phpgwaccount.schema 11 Nov 2001 15:05:31 -0000      1.6
--- phpgwaccount.schema 30 Oct 2003 02:47:53 -0000      1.6.4.1
***************
*** 47,53 ****
        SINGLE-VALUE )
  
  # Objectclass definition for phpgwAccount
  objectclass ( 1.3.6.1.4.1.9554.0 NAME 'phpgwAccount' SUP top AUXILIARY
        DESC 'Abstraction of an account with phpgw attributes'
!       MAY ( phpgwAccountLastLogin $ phpgwAccountLastLoginFrom $ 
phpgwLastPasswdChange $ phpgwAccountType $ phpgwAccountStatus $ 
phpgwAccountExpires) )
  
--- 47,60 ----
        SINGLE-VALUE )
  
+ # person_id 
+ attributetype ( 1.3.6.1.4.1.9554.7
+       NAME 'phpgwPersonID'
+       DESC 'phpgw_contact.contact_id one-to-one relationship with accounts'
+       EQUALITY integerMatch
+       SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
+       SINGLE-VALUE )
  # Objectclass definition for phpgwAccount
  objectclass ( 1.3.6.1.4.1.9554.0 NAME 'phpgwAccount' SUP top AUXILIARY
        DESC 'Abstraction of an account with phpgw attributes'
!       MAY ( phpgwAccountLastLogin $ phpgwAccountLastLoginFrom $ 
phpgwLastPasswdChange $ phpgwAccountType $ phpgwAccountStatus $ 
phpgwAccountExpires $ phpgwPersonID ) )
  

Index: README
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/doc/ldap/README,v
retrieving revision 1.13.4.1
retrieving revision 1.13.4.2
diff -C2 -d -r1.13.4.1 -r1.13.4.2
*** README      24 Sep 2003 02:14:37 -0000      1.13.4.1
--- README      30 Oct 2003 02:47:53 -0000      1.13.4.2
***************
*** 9,12 ****
--- 9,16 ----
        advised.
  
+ NOTE2: This file will be changed very soon. Most of what you see here
+        is incomplete for the 0.9.16 branch which is in testing for the ldap
+        features that are planned. 29/Oct/2003
+ 
  This directory contains schema files for use the with various
  LDAP servers to which we have access.  Openldap 1.X is very





reply via email to

[Prev in Thread] Current Thread [Next in Thread]