Menu

#11 Support for Samba v3.0 / Email Aliases / Extended password

open-accepted
None
5
2004-07-16
2004-03-13
No

This patch adds support for:

- Samba v3.0 schema
- LDAP_EXOP_MODIFY_PASSWD extended password support
- Email aliases (mailLocalAddress from
draft-lachman-laser-ldap-mail-routing-02.txt)

Discussion

  • Graham Leggett

    Graham Leggett - 2004-03-13

    Samba v3.0 / Email aliases / Extended password

     
  • Graham Leggett

    Graham Leggett - 2004-04-24

    New Patch to support Windows DOmain system groups

     
  • Nobody/Anonymous

    Logged In: NO

    In src/appfunctions.c, line 1519, the declaration of
    *sambaSID is NOT initialized and therefore causes the
    program to abort when accessing a user for editing.
    Changing it to

    gchar *sambaSID = NULL;

    fixes the problem because the next check catches null sids
    and thus prevents the abort.

    Regards,

    M. Browning

     
  • Eric Sandall

    Eric Sandall - 2004-07-16
    • assigned_to: nobody --> sandalle
    • status: open --> open-accepted
     
  • Eric Sandall

    Eric Sandall - 2004-07-16

    Logged In: YES
    user_id=95198

    I have confirmation that this (along with M. Browning's fix)
    mostly works, so I'll try and get it into the mainline tree,
    thanks. :)

     
  • Dominik Mierzejewski

    Logged In: YES
    user_id=104300

    This patch contains a lot of cosmetic (indentation, spacing)
    changes, which should not go together with functional
    changes. I'll clean it up and fix the problem signalled by
    M. Browning (his fix is wrong, unfortunately).

     
  • Graham Leggett

    Graham Leggett - 2005-01-09

    Logged In: YES
    user_id=129704

    Unfortunately this patch is a fundamental rewrite of a lot
    of the code, where it is not practical to split out white
    space changes with the code changes. Supporting Samba3 is
    not trivial, there is a lot more information about a Windows
    domain stored in a Samba3 LDAP directory than there ever was
    in Samba2.

    If this patch is committed, I would suggest creating a new
    branch for it, as it isn't that easy to support Samba2 and
    Samba3 at the same time.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.