[size=85]re, je reviens car je suis en train d’essayer d’installer obm, mais je me heurte a un petit probleme lors de l’execution du script.
voici mon fichier obm_conf.inc
; ; 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]
; Information generales
title = OBM
external-url = obm
external-protocol = http
obm-prefix = /
obm_host = localhost
obm_dbtype = MYSQL
obm_db = obm
obm_user = obm
obm_password = "obm"
lang = fr
cdocument_root = "/var/www/obmdocuments";
cgp_host = "http://obm/";
obm-ldap = true
obm-mail = true
obm-samba = false
obm-web = false
cgp_mail_enabled = false;fault
singleNameSpace = false
renameUserMailbox = false[/size]
backupRoot = "/var/lib/obm/backup"
[automate]
logLevel = 2
ldapServer = localhost
ldapRoot = local
cyrusPartition = true
oldSidMapping = false
; EOF
et en reponse a un localhost, j’ai ça en retour ?
[code]; 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] ; Information generales title = OBM external-url = obm external-protocol = http obm-prefix = / obm_host = localhost obm_dbtype = MYSQL obm_db = obm obm_user = obm obm_password = “obm” lang = fr cdocument_root = “/var/www/obmdocuments”; cgp_host = “http://obm/”; obm-ldap = true obm-mail = true obm-samba = false obm-web = false cgp_mail_enabled = false;fault singleNameSpace = false renameUserMailbox = false backupRoot = “/var/lib/obm/backup” [automate] logLevel = 2 ldapServer = localhost ldapRoot = local cyrusPartition = true oldSidMapping = false ; EOF
Warning: Cannot modify header information - headers already sent by (output started at /var/www/obm-2.1.8/conf/obm_conf.inc:17) in /var/www/obm-2.1.8/obminclude/of/of_session.inc on line 160
Warning: Cannot modify header information - headers already sent by (output started at /var/www/obm-2.1.8/conf/obm_conf.inc:17) in /var/www/obm-2.1.8/obminclude/of/of_session.inc on line 161
Warning: Cannot modify header information - headers already sent by (output started at /var/www/obm-2.1.8/conf/obm_conf.inc:17) in /var/www/obm-2.1.8/obminclude/of/of_session.inc on line 162
Warning: Cannot modify header information - headers already sent by (output started at /var/www/obm-2.1.8/conf/obm_conf.inc:17) in /var/www/obm-2.1.8/obminclude/of/of_session.inc on line 163
Warning: Cannot modify header information - headers already sent by (output started at /var/www/obm-2.1.8/conf/obm_conf.inc:17) in /var/www/obm-2.1.8/obminclude/of/of_session.inc on line 164
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /var/www/obm-2.1.8/conf/obm_conf.inc:17) in /var/www/obm-2.1.8/obminclude/of/of_session.inc on line 167
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /var/www/obm-2.1.8/conf/obm_conf.inc:17) in /var/www/obm-2.1.8/obminclude/of/of_session.inc on line 167
Database error: Invalid SQL: SELECT userobm_id, userobm_perms, userobm_password, userobm_password_type, userobm_domain_id, userobm_delegation_target FROM UserObm LEFT JOIN Domain ON userobm_domain_id = domain_id WHERE userobm_login = ‘’ AND userobm_archive = ‘0’ AND userobm_domain_id = '1’
MySQL Error: 1054 (Unknown column ‘userobm_delegation_target’ in ‘field list’)
Session halted.[/code]
[/size]