Jan Michalek
Jan Michalek
Update: Following bash code works, I was not sending any data in POST ``` #!/usr/bin/env bash DATA=`curl http://192.168.8.1/api/webserver/SesTokInfo 2>/dev/null` SESSION_ID="SessionID="$(echo "${DATA}"|grep -oPm1 "(?
Okay then, time to learn some go. I think it's only some small issue with token parsing, so I'll try to write PR
I don't mean to hijack this issue, but my issue might be related. I have the regular SIM which should support LTE speeds (provider calls it 4G and I haven't...
Ok, thanks for explanation and fast response.
Not available on docker repo yet, latest one is 8.0.2. @feiniks any idea what's the release cycle there?
Ok, I'll wait until new image appears and will test & confirm if the issue is resolved.
Nope, problem still persists on 8.0.4 ``` root@fb34909188c1:/opt/seafile# ./seafile-server-latest//pro/pro.py ldapsync Exception in thread Thread-1: Traceback (most recent call last): File "/usr/lib/python3.6/threading.py", line 916, in _bootstrap_inner self.run() File "/opt/seafile/seafile-server-latest/pro/python/seafevents/ldap_syncer/ldap_sync.py", line 56,...
Since I don't have any better unique identifier for groups than `gidNumber`, I guess setting `GROUP_UUID_ATTR= gidNumber` for non-AD LDAPs should work. Not sure what happens during group renaming, if...
openldap/slapd managed by Univention UCS. You are correct, `entryUUID` is available in extended attributes. I'll give it a try.
Hmm there's still something broken When I clean all groups from seafile and run the script for the first time everything seems to work ``` ... ... More debug output...