Demens
HHomarr
•Created by JmanF on 9/13/2024 in #💬・get-help
Can't remove category
@JmanF you can edit it in the config file. mean in your dashboard config .
11 replies
HHomarr
•Created by Demens on 8/30/2024 in #💬・get-help
[Solved][Synology Directory Server]
Works. #AUTH_LDAP_GROUP_CLASS: "group"
#AUTH_LDAP_GROUP_MEMBER_ATTRIBUTE: "member" needs to be activate to get the right admin role.
68 replies
HHomarr
•Created by Demens on 8/30/2024 in #💬・get-help
[Solved][Synology Directory Server]
#AUTH_LDAP_ADMIN_GROUP: "Administrators"
#AUTH_LDAP_OWNER_GROUP: "Administrators" you mean that it needed to have theese activate ?
68 replies
HHomarr
•Created by Demens on 8/30/2024 in #💬・get-help
[Solved][Synology Directory Server]
btw: Admin rights disappear after giving them to an LDAP user. This means that no LDAP user can obtain admin rights .
This error is present in the LIVE version.
68 replies
HHomarr
•Created by Demens on 8/30/2024 in #💬・get-help
[Solved][Synology Directory Server]
@Tag sure . Let me check LDAP section.
68 replies
HHomarr
•Created by Demens on 8/30/2024 in #💬・get-help
[Solved][Synology Directory Server]
Die Schweizer 🙂 Thanks
68 replies
HHomarr
•Created by Demens on 8/30/2024 in #💬・get-help
[Solved][Synology Directory Server]
And where is the donate button for thanking you for your help
68 replies
HHomarr
•Created by Demens on 8/30/2024 in #💬・get-help
[Solved][Synology Directory Server]
Where i can find more informations ?
68 replies
HHomarr
•Created by Demens on 8/30/2024 in #💬・get-help
[Solved][Synology Directory Server]
These are the symbol that i used " XXXX(-*X$^^/XXXX " and it dont work.
68 replies
HHomarr
•Created by Demens on 8/30/2024 in #💬・get-help
[Solved][Synology Directory Server]
All in All Tag - respect for your time , work and support lovely to see people doing that. You can be defintly proud of your self. Again many thanks for helping me. We figured it out - Directory is connectig and working. now only premission system for boards is misssing 🙂
68 replies
HHomarr
•Created by Demens on 8/30/2024 in #💬・get-help
[Solved][Synology Directory Server]
Is there a option to test it or possible to get a pre release.
68 replies
HHomarr
•Created by Demens on 8/30/2024 in #💬・get-help
[Solved][Synology Directory Server]
yeah that and dont have special symbols in the administrator password. over the shell there is no issue with that. but over homarr it makes issues.
68 replies
HHomarr
•Created by Demens on 8/30/2024 in #💬・get-help
[Solved][Synology Directory Server]
IMPORTANT
Password: Dont use Special Symbols in your password for the Domain User
*Solution
DONT WORKS | AUTH_LDAP_BIND_DN: "CN=Administrator,CN=Users,dc=HERE,dc=local"
WORKS | AUTH_LDAP_BIND_DN: "[email protected]" NEEDED | AUTH_LDAP_SEARCH_SCOPE: "sub" to search any user
WORKS | AUTH_LDAP_BIND_DN: "[email protected]" NEEDED | AUTH_LDAP_SEARCH_SCOPE: "sub" to search any user
68 replies
HHomarr
•Created by Demens on 8/30/2024 in #💬・get-help
[Solved][Synology Directory Server]
version: "3.9"
services:
homarr:
network_mode: "host" #use it if you wanna have host ip.
container_name: Homarr
image: ghcr.io/ajnart/homarr:latest
#image: ghcr.io/sedemal/homarr:41 #TESTING SYSTEM with better logs.
mem_limit: 4g
cpu_shares: 768
security_opt:
- no-new-privileges:true
restart: on-failure:5
ports:
- 4755:7575
volumes:
- /volume1/docker/homarr:/app/data/configs:rw
- /volume1/docker/homarr/data:/data:rw
- /volume1/docker/homarr/icons:/app/public/icons:rw
- /var/run/docker.sock:/var/run/docker.sock
environment:
AUTH_PROVIDER: ldap,credentials
AUTH_LDAP_URI: ldap://DOMAINIP:389
AUTH_LDAP_BASE: "dc=DOMAINNAME,dc=local"
AUTH_LDAP_BIND_DN: "[email protected]"
AUTH_LDAP_BIND_PASSWORD: "DOMAINPASSWORD"
AUTH_LDAP_USERNAME_ATTRIBUTE: "sAMAccountName"
#AUTH_LDAP_USER_MAIL_ATTRIBUTE: "MAIL"
#AUTH_LDAP_GROUP_CLASS: "group"
#AUTH_LDAP_GROUP_MEMBER_ATTRIBUTE: "member"
#AUTH_LDAP_GROUP_MEMBER_USER_ATTRIBUTE: "dn"
#AUTH_LDAP_ADMIN_GROUP: "Administrators"
#AUTH_LDAP_OWNER_GROUP: "Administrators"
AUTH_LDAP_SEARCH_SCOPE: "sub"
#AUTH_LDAP_ENCRYPTION: NO
#AUTH_LDAP_USERNAME_FILTER_EXTRA_ARG: "(sAMAccountType=805306368)"
TZ: Europe/Berlin
# activate Debug-Logs
#DEBUG: "true"
68 replies
HHomarr
•Created by Demens on 8/30/2024 in #💬・get-help
[Solved][Synology Directory Server]
@Tag is there a premission Interface for dashboard. that i can add user to see the dashboard or not ?
68 replies
HHomarr
•Created by Demens on 8/30/2024 in #💬・get-help
[Solved][Synology Directory Server]
dont work: AUTH_LDAP_BIND_DN: "CN=Administrator,CN=Users,dc=HERE,dc=local" you need to use AUTH_LDAP_BIND_DN: "[email protected]"
68 replies
HHomarr
•Created by Demens on 8/30/2024 in #💬・get-help
[Solved][Synology Directory Server]
- So if your Domain User has Symbols like " !"§$%&/() " you recive errror : ERROR Invalid username or password. 49-InvalidCredentialsError:Invalid Credentials
68 replies
HHomarr
•Created by Demens on 8/30/2024 in #💬・get-help
[Solved][Synology Directory Server]
2. this ist the log when i click on ldap connect :
Listening on port 7575 url: http://TEGE01:7575
user is trying to log in using LDAP. Connecting to LDAP server...
Connection established. Searching User...
ERROR must either provide a buffer via raw or some value
at new EqualityFilter (node_modules/@ldapjs/filter/lib/filters/equality.js:44:15)
at parseExpr (node_modules/@ldapjs/filter/lib/string-parsing/parse-expression.js:52:14)
at parseFilter (node_modules/@ldapjs/filter/lib/string-parsing/parse-filter.js:78:14)
at parseFilter (node_modules/@ldapjs/filter/lib/string-parsing/parse-filter.js:49:15)
at Object.parseString (node_modules/@ldapjs/filter/lib/string-parsing/parse-string.js:29:18)
at Client.search (node_modules/ldapjs/lib/client/client.js:571:30)
at .next/server/chunks/7534.js:46:16
at new Promise (<anonymous>)
at ldapSearch (.next/server/chunks/7534.js:45:51)
at Object.authorize (.next/server/chunks/7534.js:98:37)
68 replies
HHomarr
•Created by Demens on 8/30/2024 in #💬・get-help
[Solved][Synology Directory Server]
hey , first i must thanks . That you spend time on this issue. Thats pretty awesome. Thank
68 replies