View Issue Details

IDProjectCategoryView StatusLast Update
0001582SOGosogo-toolpublic2012-01-30 19:30
Reportercatchmonster Assigned Toludovic  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version1.3.11 
Fixed in Version1.3.12 
Summary0001582: SOGoLDAPUserDefaults.m issues
Description

When compiling source on fedora 16 ( regardless )
./configure --enable-debug --disable-strip --enable-ldap-config

two errors are caught in SOGoLDAPUserDefaults.m

211 (int) (SOGoLDAPContainerSizee
should be:
211 (int) (SOGoLDAPContainerSize

and

359 #error dn, password, uri, configDN should be defined

should be:
359 // error dn, password, uri, configDN should be defined

after fixing this compilation and build works fine...

TagsNo tags attached.

Issue History

Date Modified Username Field Change
2012-01-19 01:48 catchmonster New Issue
2012-01-30 19:30 ludovic Note Added: 0003341
2012-01-30 19:30 ludovic Status new => resolved
2012-01-30 19:30 ludovic Fixed in Version => 1.3.12
2012-01-30 19:30 ludovic Resolution open => fixed
2012-01-30 19:30 ludovic Assigned To => ludovic