Bug 25904 - Support for the French version of AD
Support for the French version of AD
Status: RESOLVED DUPLICATE of bug 24923
Product: UCS
Classification: Unclassified
Component: AD Connector
UCS 2.4
Other Linux
: P5 normal (vote)
: UCS 3.x
Assigned To: Connector maintainers
:
: 25235 (view as bug list)
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2012-01-23 16:39 CET by Jan Christoph Ebersbach
Modified: 2013-12-06 07:58 CET (History)
2 users (show)

See Also:
What kind of report is it?: ---
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional):
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Christoph Ebersbach univentionstaff 2012-01-23 16:39:40 CET
A partner mentioned at Ticket #2012012321002712 that the French version of AD can't be integrated easily. With the following changes a synchronization is possible.

For other languages the same problem applies.



The /etc/univention/connector/ad/mapping



In the global ignore issue

#######################



global_ignore_subtree=['cn=univention,@%@ldap/base@%@','cn=policies,@%@ldap/base@%@',


            'cn=shares,@%@ldap/base@%@','cn=printers,@%@ldap/base@%@',


            'cn=networks,@%@ldap/base@%@',
'cn=kerberos,@%@ldap/base@%@',
            'cn=dhcp,@%@ldap/base@%@', 'cn=dns,@%@ldap/base@%@',
            'cn=computers,@%@ldap/base@%@','cn=mail,@%@ldap/base@%@',
            'cn=samba,@%@ldap/base@%@','cn=nagios,@%@ldap/base@%@',
            'cn=System,@%@connector/ad/ldap/base@%@',
            'ou=Grp Policy Users,@%@connector/ad/ldap/base@%@',
            'cn=Builtin,@%@connector/ad/ldap/base@%@',
          
'cn=ForeignSecurityPrincipals,@%@connector/ad/ldap/base@%@',
            'ou=Domain Controllers,@%@connector/ad/ldap/base@%@',
            'cn=Program Data,@%@connector/ad/ldap/base@%@',
            'cn=Configuration,@%@connector/ad/ldap/base@%@',
            'cn=opsi,@%@ldap/base@%@',
            'cn=Microsoft Exchange System
Objects,@%@connector/ad/ldap/base@%@',


           # Added by us


          
'ou=groupes,ou=campuscondorcet,@%@connector/ad/ldap/base@%@',
            'cn=Enterprise Admins,@%@connector/ad/ldap/base@%@',


           # Solve the special character issues


            'cn=Enterprise Read-only Domain
Controllers,@%@connector/ad/ldap/base@%@',
            'cn=Cert Server Admins,@%@connector/ad/ldap/base@%@',
            'cn=Domain Users,@%@connector/ad/ldap/base@%@']





In the group section

##################



          
ignore_filter='(|(sambaGroupType=5)(groupType=5)(cn=Windows Hosts)
(cn=DC Slave Hosts)(cn=DC Backup Hosts)(cn=Computers)(cn=Domain
Users))',



# We had to add the filter on cn=Domain Users because we receive "Size

Limits
error" on that group





The Mapping Section

##################



if baseConfig.has_key('connector/ad/mapping/group/language') and
baseConfig['connector/ad/mapping/group/language'] in ['de','DE']:
    print """
                        'cn': [(u'Domain Users' , u'Utilisa. du
domaine'),
(u'Domain Users' , u'Domain Users'),
                               (u'Domain Admins', u'Admins du
domaine'),
(u'Domain Admins', u'Domain Admins'),
                               (u'Windows Hosts', u'Ordinateurs du
domaine'),
(u'Windows Hosts', u'Windows Hosts'),
                               (u'Domain Guests', u'Invités du
domaine'),
(u'Domain Guests', u'Domain Guests'),
                               (u'Enterprise Read-only Domain
Controllers',
u'Contrôleurs de domaine d entreprise en lecture seule'),(u'Enterprise


Read-only Domain Controllers', u'Enterprise Read-only Domain
Controllers'),
                               (u'Domain Controllers',u'Contrôleurs de


domaine'),(u'Domain Controllers',u'Domain Controllers'),
                               (u'Enterprise Admins',u'administrateurs

de
l\\'entreprise'),(u'Enterprise Admins',u'Enterprise Admins'),
                               (u'Cert Server Admins',u'éditeurs de
certificats'),(u'Cert Server Admins',u'Cert Server Admins')]
Comment 1 Stefan Gohmann univentionstaff 2012-01-23 16:43:17 CET
*** Bug 25235 has been marked as a duplicate of this bug. ***
Comment 2 Stefan Gohmann univentionstaff 2013-12-06 07:58:59 CET
Should be solved with Bug #24923

*** This bug has been marked as a duplicate of bug 24923 ***