Effie
09/29/2024, 4:15 PMsogo-fdfb749ff-gcjwr sogo Sep 29 09:09:09 sogod [25]: <0x0x556b8637c0[NGLdapConnection]> Using ldap_initialize for LDAP URL: ldaps://ldap.alphasoft.com
sogo-fdfb749ff-gcjwr sogo Sep 29 09:09:09 sogod [25]: <0x0x556b70b2b0[LDAPSource]> <NSException: 0x556b863660> NAME:LDAPException REASON:operation bind failed: Can't contact LDAP server (0xFFFFFFFF) INFO:{"error_code" = "-1"; login = "uid=arf,ou=people,dc=alphasoft,dc=com"; }
sogo-fdfb749ff-gcjwr sogo Sep 29 09:09:09 sogod [25]: SOGoRootPage Login from '127.0.0.1' for user 'arf' might not have worked - password policy: 65535 grace: -1 expire: -1 bound: 0
And in LLDAP's log:
lldap-67f749487d-tknvp lldap 2024-09-29T16:09:09.840702794+00:00 DEBUG ๐ [debug]: decided upon suite TLS13_AES_256_GCM_SHA384 | log.target: "rustls::server::hs" | log.module_path: "rustls::server::hs" | log.file: "/__w/lldap/lldap/${GITHUB_WORKSPACE}/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.20.8/src/server/hs.rs" | log.line: 382
lldap-67f749487d-tknvp lldap 2024-09-29T16:09:09.851210674+00:00 INFO LDAP session [ 419ยตs | 97.89% / 100.00% ]
lldap-67f749487d-tknvp lldap 2024-09-29T16:09:09.852157964+00:00 INFO โโ LDAP request [ 8.85ยตs | 2.11% ]
lldap-67f749487d-tknvp lldap 2024-09-29T16:09:09.852603739+00:00 ERROR ๐จ [error]: [LDAPS] Service Error: while handling incoming messages: while receiving LDAP op: unexpected end of fileAnswer Overflow
09/29/2024, 4:15 PMnitnelave
09/29/2024, 4:17 PMnitnelave
09/29/2024, 4:17 PMEffie
09/29/2024, 4:19 PMEffie
09/29/2024, 4:20 PMSOGoUserSources = (
{
type = ldap;
CNFieldName = cn;
UIDFieldName = uid;
IDFieldName = uid; // first field of the DN for direct binds
SearchFieldNames = (sn, givenname, cn, mail);
baseDN = "ou=people,dc=alphasoft,dc=com";
bindDN = "${LDAP_BIND_DN}";
bindPassword = "${LDAP_BIND_PASSWORD}";
canAuthenticate = YES;
passwordPolicy = NO;
displayName = "Shared Addresses";
hostname = "ldaps://ldap.alphasoft.com";
id = public;
isAddressBook = YES;
}
);nitnelave
09/29/2024, 4:26 PMnitnelave
09/29/2024, 4:27 PMEffie
09/29/2024, 4:30 PMnitnelave
09/29/2024, 4:30 PMEffie
09/29/2024, 4:32 PMEffie
09/29/2024, 8:26 PMnitnelave
09/29/2024, 8:27 PM