Bonjour,

Voici en complément ci-joint, le contenu de mon fichier /etc/obm/obm_conf.ini

Merci d'avance

Tony




Le 05.08.2010 20:44, Tony Galmiche a écrit :
Re,

Le 05.08.2010 19:29, Thomas Cataldo a écrit :


2010/8/5 Tony Galmiche

    Bonjour,

    Le 05.08.2010 10:24, Thomas Cataldo a écrit :
    2010/8/4 Tony Galmiche

         Re-bonjour,


        Maintenant que mon problème de certificat est résolu, je
        tente toujours
        de faire fonctionner la synchronisation des agendas sur mon
        Smartphone
        (HTC Touch Diamond 2) sous Windows Mobile 6.1 Pro avec OBM
        2.3 et opush

        Quand je lance une synchronisation avec ActiveSync, j'ai
        désormais ce
        code d'erreur sur mon mobile : 0x85010014.

        Et j'ai de nombreux logs dans OBM que vous trouverez
        ci-dessous, mais
        incompréhensibles pour moi

        Merci d'avance pour votre aide.

        A bientôt

        Tony


    Dans /etc/obm/obm_conf.ini, mettez "" pour le bind dn et le bind
    password pour l'authentification ldap.

    Ensuite relancez obm-tomcat

    Merci pour la réponse, mais cela n'a rien changé.

    J'ai toujours la même erreur sur mon mobile et les même logs sur
    le serveur.



humm, et comme ça ?

auth-ldap-binddn="uid=ldapadmin,ou=sysusers,dc=local"
auth-ldap-bindpw="mdp3PaAL"


C'est pareil, mais avec ce mot de passe, ça ne peux pas fonctionner, car dans la table 'usersystem', j'ai modifié le mot de passe comme c'était indiqué dans la documentation ici :
-> http://www.obm.org/doku.php?id=docs:configuration:obmldap

usersystem_id     usersystem_login     usersystem_password
2                          ldapadmin                ldapadmin


C'est pourquoi, j'avais à l'origine :
auth-ldap-binddn="uid=ldapadmin,ou=sysusers,dc=local"
auth-ldap-bindpw="ldapadmin"


J'ai essayé de remettre le mot de passe 'mdp3PaAL' dans la base de données, mais cela n'a rien changé non plus.

Merci d'avance

Tony

--
Spécialisé dans la mise en place d'outils de travail collaboratif et de systèmes de gestion électronique de documents basés sur des logiciels libres.http://www.infosaone.com

_______________________________________________
Obm mailing list
[email protected]
http://list.obm.org/mailman/listinfo/obm


--
Spécialisé dans la mise en place d'outils de travail collaboratif et de 
systèmes de gestion électronique de documents basés sur des logiciels libres. 
http://www.infosaone.com

; OBM system configuration file
; Copy it to obm_conf.ini (without ".sample")
; Set here Common global parameteres
; 
; Parameters are set like : key = value
; Comments are lines beginning with ";"
; OBM Automate need the [global] for the perl section (beware : php is 
permissive)
;
[global]
; General information
title=OBM
;
; example : for https://extranet.aliasource.fr/obm/ 
; external-url = extranet.aliasource.fr
; external-protocol = https
; obm-prefix = /obm/
external-url=info-port.infosaone.net
external-protocol=https
obm-prefix=/
; Database infos
host=127.0.0.1
; dbtype = PGSQL
dbtype=PGSQL
db=obm
user=obm
; Password must be enclosed with "
password="obm"
; Default language
lang=fr
; Enabled OBM module
obm-ldap=true
obm-mail=true
obm-samba=true
obm-web=false
obm-contact=false
; singleNameSpace mode is anaivalable from OBM 2.3
; Read /'etc/imapd.conf' and '/etc/saslauthd.conf' file for migration 
instructions
; backupRoot is the directory used to store backup data
backupRoot="/var/lib/obm/backup"
; documentRoot is root of document repository
documentRoot="/var/lib/obm/documents"
documentDefaultPath="/"

; LDAP Authentification for obm-sync & ui
; ldap authentication server (specify :port if different than default)
auth-ldap-server = ldap://localhost
; base dn for search (search are performed with scope sub, of not specified, 
use the server default)
auth-ldap-basedn = "dc=local"
; filter used for the search part of the authentication
; See http://www.faqs.org/rfcs/rfc2254.html for filter syntax
;  - %u will be replace with user login
;  - %d will be replace with user OBM domain name
; ie: [email protected] : %u=toto, %d=domain.foo
; auth-ldap-filter = "(&(uid=%u)(obmDomain=%d))"
auth-ldap-binddn = "uid=ldapadmin,ou=sysusers,dc=local" 
;auth-ldap-binddn = "" 
;auth-ldap-bindpw = "ldapadmin"
auth-ldap-bindpw = "mdp3PaAL"
;auth-ldap-bindpw = ""
[automate]
; Automate specific parameters
;
; Log level
logLevel=2
;
; LDAP server address
ldapServer=127.0.0.1
;
; LDAP use TLS [none|may|encrypt]
ldapTls=may
;
; LDAP Root
; Exemple : 'aliasource,local' means that the root DN is: 
'dc=aliasource,dc=local' 
ldapRoot=local
; Enable Cyrus partition support
; if cyrusPartition is enable, a dedicated Cyrus partition is created for each 
OBM domain
; Going cyrusPartition enabled from cyrusPartition disabled needs system work
cyrusPartition=true
;
; ldapAllMainMailAddress :
;    false : publish user mail address only if mail right is enable - default
;    true : publish main user mail address, even if mail right is disable
ldapAllMainMailAddress=false
;
; userMailboxDefaultFolders are IMAP folders who are automaticaly created
; at user creation ( must be enclosed with " and in IMAP UTF-7 modified 
encoding)
; Small convertion table
; é -> &AOk-
; è -> &AOg-
; à -> &AOA-
; & -> &
; Example : userMailboxDefaultFolders = 
"Envoy&AOk-s,Corbeille,Brouillons,El&AOk-ments ind&AOk-sirables"
userMailboxDefaultFolders='Trash,Drafts,SPAM,Templates'
;
; shareMailboxDefaultFolders are IMAP folders who are automaticaly created
; at share creation ( must be enclosed with " and in IMAP UTF-7 modified
; encoding)
shareMailboxDefaultFolders=''
;
; oldSidMapping mode is for compatibility with Aliamin and old install
; Modifying this on a running system need Samba domain work (re-register host,
; ACL...) 
; For new one, leave this to 'false'
oldSidMapping=false

;
;
; Settings use by OBM Thunderbird autoconf
[autoconf]
;
;ldapHostname=ldap.aliacom.local
ldapHostname=localhost
ldapHost=127.0.0.1
ldapPort=389
ldapSearchBase="dc=local"
ldapAtts=cn,mail,mailAlias,mailBox,obmDomain,uid
ldapFilter="mail"
configXml=/usr/lib/obm-autoconf/config.xml

;
;
[obm-sync]
;Specials accounts for obm-sync : authentication with no password check
;rootAccounts : create/modify/delete events in any calendar
;appliAccounts : create/modify/delete events as appli user
;anyUserAccounts : create/modify/delete events as user specified
;
;lo...@domain|ip,lo...@domain|ip,...
rootAccounts=
;
;lo...@domain|ip,lo...@domain|ip,...
appliAccounts=
;
;ip,ip,...
anyUserAccounts=
;
;
;LemonLDAP authentication with no password check
; ip,ip,...
lemonLdapIps=
_______________________________________________
Obm mailing list
[email protected]
http://list.obm.org/mailman/listinfo/obm

Répondre à