1
Announcements / Re: Feng Office 2.0 RC has been released!
« on: March 13, 2012, 05:13:02 pm »
+1 for Upgrade info from 2.0b3 or b4. Can we? (I need to!)

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
$config_ldap = array (
'binddn' => '',
'bindpw' => '',
'starttls' => false,
'ssl' => true,
'basedn' => 'ou=People,dc=domain,dc=com',
'host' => 'ldap.domain.com',
'port' => '636',
'uid' => 'uid'
);
$config_ldap = array (
'binddn' => '',
'bindpw' => '',
'basedn' => 'ou=people,dc=domain,dc=com',
'host' => 'ldap.domain.com',
'uid' => 'uid'
);
$config_ldap = array (
'binddn' => '',
'bindpw' => '',
'starttls' => true,
'basedn' => 'ou=people,dc=domain,dc=com',
'host' => 'ldap.domain.com:636',
'uid' => 'uid'
);