Chajagami Hallo zusammen, wir wollen die LDAP-Anbindung von Grommunio zu einem AD-Testen. Ist es möglich Benutzer anhand eines Attributes als Shared oder Normal Mailbox zu importieren über das Custom Mapping?
crpb Ich habs noch nicht mit allem hinbekommen. Was funktionieren sollte mit ehem. Exchangeumgebung /etc/gromox/ldap_adaptor.cfg ldap_user_attributes=msExchRecipientDisplayType displaytypeex https://www.msxfaq.de/exchange/server/msexchrecipienttypedetails.htm Hier ein paar sachen aus meinen notizen von vor 1-2 jahren.... Custom Mapping mysql_adaptor:AF_USER_ Status /* Reason codes (users.address_status) for forbidden login */ AF_USER_NORMAL = 0x00, AF_USER_SUSPENDED = 0x01, AF_USER_OUTOFDATE = 0x02, AF_USER_DELETED = 0x03, AF_USER_SHAREDMBOX = 0x04, AF_USER_CONTACT = 0x05, AF_USER__MASK = 0x0F, [DisplayType](https://github.com/grommunio/admin-web/blob/master/src/components/Dialogs/AddUser.js#L35-L65 ) statuses = [ { name: 'Normal', ID: 0 }, { name: 'Suspended', ID: 1 }, { name: 'Shared', ID: 4 }, ] types = [ { name: 'Normal', ID: 0 }, { name: 'Room', ID: 7 }, { name: 'Equipment', ID: 8 }, ] # grommunio-admin user show blah@blub.de blah@blub.de (42): ID: 42 username: blah@blub.de domainID: 3 homeserver: (local) lang: de_DE maildir: /var/lib/gromox/user/6/0 privilegeBits: 0 addressStatus: 4 (active|shared) <<<<<< ldapID: (none) chat: (none) aliases: (none) roles: (none) fetchmail: (none) properties: displaytypeex: 7 <<<<<<<<<<