==================================================================
  Please DO NOT REPLY to this mail or send email to the developers
  about this bug. Please follow-up to Bugzilla using this link:
    http://bugs.contribs.org/show_bug.cgi?id=5708

  Have you checked the Frequently Asked Questions (FAQ)?
    http://wiki.contribs.org/SME_Server:Documentation:FAQ

  Please also take the time to read the following useful guide:
    http://www.chiark.greenend.org.uk/~sgtatham/bugs.html
==================================================================

           Summary: Move calFBURL from e-smith-ldap to smeserver-kronolith
    Classification: Contribs
           Product: SME Contribs
           Version: 7.4
          Platform: PC
        OS/Version: Unknown
            Status: NEW
          Severity: normal
          Priority: P3
         Component: smeserver-kronolith
        AssignedTo: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]


Created an attachment (id=2775)
 --> (http://bugs.contribs.org/attachment.cgi?id=2775)
Action to add calFBURL

Note: this pertains to sme8, sme7 has calFBURL in stock e-smith-ldap.

This bug is about moving calFBURL ldap attribute handling to
smeserver-kronolith.
Steps required:
add rfc2739.schema
add template for slapd.conf
add ldap-addfburl action

Theory of operations:
When a new user is added, the two extra attrs are added.
When saving directory informations, attrs are added to all users.

To add the calFBURL to ldap entries we need to add:
objectClass: calEntry
calFBURL: https://server.mycompany.local/horde/kronolith/fb.php?u=<username>

If the attribute is already present, an error is logged but functionality
remains:
conn=10 op=3 RESULT tag=103 err=20 text=modify/add: objectClass: value #0
already exists

Could we leave the logged error? It's not trivial for me to remove it.

ldap-addfburl action attached.

We removed the domain from the key, see the above url:
fb.php?u=<username>
instead of
fb.php?u=<usern...@domain>.
What's the point in having the domain in the key? Users are the same across all
domains.

-- 
Configure bugmail: http://bugs.contribs.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at http://lists.contribs.org/mailman/public/contribteam/

Reply via email to