DeDe
DeDe
Explore posts from servers
HHomarr
Created by DeDe on 4/16/2025 in #💬・get-help
Admin groups - right permissions assignment
I'm looking to configure the owner / admin rights from ActiveDirectory groups, the basic user auth is ok, but the user don't get rights. My docker-compose.yml
AUTH_LDAP_USERNAME_ATTRIBUTE: sAMAccountName
AUTH_LDAP_USER_MAIL_ATTRIBUTE: mail
AUTH_LDAP_SEARCH_SCOPE: sub
AUTH_LDAP_GROUP_CLASS: groupOfUniqueNames
AUTH_LDAP_GROUP_MEMBER_ATTRIBUTE: member
AUTH_LDAP_GROUP_MEMBER_USER_ATTRIBUTE: distinguishedName
AUTH_LDAP_OWNER_GROUP: Homarr_owners
AUTH_LDAP_ADMIN_GROUP: Homarr_admins
AUTH_LDAP_USERNAME_ATTRIBUTE: sAMAccountName
AUTH_LDAP_USER_MAIL_ATTRIBUTE: mail
AUTH_LDAP_SEARCH_SCOPE: sub
AUTH_LDAP_GROUP_CLASS: groupOfUniqueNames
AUTH_LDAP_GROUP_MEMBER_ATTRIBUTE: member
AUTH_LDAP_GROUP_MEMBER_USER_ATTRIBUTE: distinguishedName
AUTH_LDAP_OWNER_GROUP: Homarr_owners
AUTH_LDAP_ADMIN_GROUP: Homarr_admins
Thanks for your help !
13 replies
HHomarr
Created by DeDe on 4/15/2025 in #💬・get-help
Can't authenticate with ldap
Hi , i'm migrating from ghcr.io/ajnart/homarr:latest image to the official homarr image, but i'm getting stuck when i want to use ldap Auth (WindowsDomain) I've read the documentation and according my docker-compose file with it. Without ldap auth, i was able to reimport my dashboards, all is working except ldap. If anyone can help me ! Here my docker-compose.yml (this configuration working previously with the ajnart image) :
services:
homarr:
container_name: homarr
image: ghcr.io/homarr-labs/homarr:latest
restart: unless-stopped
volumes:
- /var/run/docker.sock:/var/run/docker.sock # Optional, only if you want docker integration
- ./homarr/appdata:/appdata
ports:
- '7575'
environment:
SECRET_ENCRYPTION_KEY: this_is_a_secret!
AUTH_PROVIDER: ldap
AUTH_LDAP_URI: ldap://ip_dc:389
AUTH_LDAP_BASE: dc=domain,DC=local
AUTH_LDAP_BIND_DN: cn=ROuser,cn=Users,dc=domain,dc=local
AUTH_LDAP_BIND_PASSWORD: mypassword
AUTH_LDAP_USERNAME_ATTRIBUTE: sAMAccountName
AUTH_LDAP_USER_MAIL_ATTRIBUTE: mail
AUTH_LDAP_SEARCH_SCOPE: sub
AUTH_LDAP_GROUP_CLASS: group
AUTH_LDAP_GROUP_MEMBER_ATTRIBUTE: member
AUTH_LDAP_GROUP_MEMBER_USER_ATTRIBUTE: dn
AUTH_LDAP_OWNER_GROUP: Homarr_owners
AUTH_LDAP_ADMIN_GROUP: Homarr_admins
# AUTH_LDAP_USERNAME_FILTER_EXTRA_ARG: (sAMAccountType=805306368)
DISABLE_ANALYTICS: true
TZ: Europe/Paris
labels:
- "traefik.enable=true"
- "traefik.http.routers.homarr.rule=Host(`portal.mydomain.com`)"
- "traefik.http.routers.homarr.entrypoints=websecure"
- "traefik.http.routers.homarr.tls=true"
- "traefik.http.services.homarr.loadbalancer.server.port=7575"
networks:
- traefik_network

networks:
traefik_network:
# driver: bridge
external: true
services:
homarr:
container_name: homarr
image: ghcr.io/homarr-labs/homarr:latest
restart: unless-stopped
volumes:
- /var/run/docker.sock:/var/run/docker.sock # Optional, only if you want docker integration
- ./homarr/appdata:/appdata
ports:
- '7575'
environment:
SECRET_ENCRYPTION_KEY: this_is_a_secret!
AUTH_PROVIDER: ldap
AUTH_LDAP_URI: ldap://ip_dc:389
AUTH_LDAP_BASE: dc=domain,DC=local
AUTH_LDAP_BIND_DN: cn=ROuser,cn=Users,dc=domain,dc=local
AUTH_LDAP_BIND_PASSWORD: mypassword
AUTH_LDAP_USERNAME_ATTRIBUTE: sAMAccountName
AUTH_LDAP_USER_MAIL_ATTRIBUTE: mail
AUTH_LDAP_SEARCH_SCOPE: sub
AUTH_LDAP_GROUP_CLASS: group
AUTH_LDAP_GROUP_MEMBER_ATTRIBUTE: member
AUTH_LDAP_GROUP_MEMBER_USER_ATTRIBUTE: dn
AUTH_LDAP_OWNER_GROUP: Homarr_owners
AUTH_LDAP_ADMIN_GROUP: Homarr_admins
# AUTH_LDAP_USERNAME_FILTER_EXTRA_ARG: (sAMAccountType=805306368)
DISABLE_ANALYTICS: true
TZ: Europe/Paris
labels:
- "traefik.enable=true"
- "traefik.http.routers.homarr.rule=Host(`portal.mydomain.com`)"
- "traefik.http.routers.homarr.entrypoints=websecure"
- "traefik.http.routers.homarr.tls=true"
- "traefik.http.services.homarr.loadbalancer.server.port=7575"
networks:
- traefik_network

networks:
traefik_network:
# driver: bridge
external: true
Thanks for your help
7 replies
FFilament
Created by DeDe on 5/11/2024 in #❓┊help
Select keep index value in memory
No description
7 replies
FFilament
Created by DeDe on 4/25/2024 in #❓┊help
validation.unique is show in FR language
Hi, I want to contribute and fix this translation but i don't know how to do I've open a issue for more informations https://github.com/filamentphp/filament/issues/12496# Thanks for your help
5 replies
FFilament
Created by DeDe on 4/22/2024 in #❓┊help
How to not display data in widget table except if a filter is selected ?
Hi, I want to display data only if a filter is selected by user. If anyone can help me, it will be appreciate ! Thanks for your help !
8 replies
FFilament
Created by DeDe on 4/18/2024 in #❓┊help
Ldap Auth with Filament V3
Hello ! I've successfully setup with LdapRecord and imported my users. But when i'm using theses credentials from Filament Login Page, it told me "there is no record..." How can i do make that functionnal ? Thanks for your help !
2 replies
FFilament
Created by DeDe on 3/8/2023 in #❓┊help
Make row from panel conditionnaly collapsible
3 replies