Hi All, I've followed this guidance below to extend the schema of my test AD: https://docs.google.com/document/d/1WD87zGuZuVlaoZvQb1VC4HNfu2cAKgFY2mDMScBSMeg/edit?pli=1
Though it took some trial and error in the end the LDIF was applied succesfully. ADSIedit shows the new classes. When I try to create a connection using an edited sample from the documentation: ldifde -i -f addconnection2.ldif /dn: cn=Example Connection,ou=guacamole,dc=contoso,dc=local objectClass: guacConfigGroup objectClass: groupOfNames cn: Example Connection guacConfigProtocol: vnc guacConfigParameter: hostname=localhost guacConfigParameter: port=5900 guacConfigParameter: password=secret member: cn=user1,dn=users,dc=contoso,dc=local/ I get an error: /Add error on entry starting on line 1: Object Class Violation The server side error is: 0x207c A required attribute is missing. The extended server error is: 0000207C: UpdErr: DSID-0315163A, problem 6002 (OBJ_CLASS_VIOLATION), data 0 There is a syntax error in the input file Failed on line 5. The last token starts with 'c'. 0 entries modified successfully. An error has occurred in the program No log files were written. In order to generate a log file, please specify the log file path via the -j option./ Any guidance would be appreciated. /D -- View this message in context: http://apache-guacamole-incubating-users.2363388.n4.nabble.com/Issue-with-preparing-AD-for-Guacamole-LDAP-integration-tp1145.html Sent from the Apache Guacamole (incubating) - Users mailing list archive at Nabble.com.
