tech:unix:main:calibre-web
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
tech:unix:main:calibre-web [2025/08/25 11:49] – ayush.zutshi | tech:unix:main:calibre-web [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Setup Calibre-web with samba-ad (Quick Notes) ====== | ||
- | |||
- | - Create a samba-ad group called " | ||
- | - Add a bunch of users to the calibre-web group in samba-ad. | ||
- | - Login to Calibre-Web | ||
- | - Click on " | ||
- | - Click on "Edit Basic Configuration" | ||
- | - Open up " | ||
- | - Quick Changes: | ||
- | - Login Type: "Use LDAP Authentication" | ||
- | - LDAP Server: <IP or LDAP Hostname> | ||
- | - LDAP Server Port: 389|636 (Unsecure|Secure) | ||
- | - LDAP Encryption: None|SSL|TLS (Unsecure|Secure SSL|Secure TLS) | ||
- | - LDAP Authentication: | ||
- | - LDAP Distinguished Name: DC=samdom, | ||
- | - LDAP User Object Filter: (& | ||
- | - LDAP Server is OpenLDAP?: < | ||
- | - LDAP Group Object Filter: (& | ||
- | - LDAP Group Name: calibre-web | ||
- | - LDAP Group Members Field: member | ||
- | - LDAP Member User Filter Detection: <Custom Filter> | ||
- | - LDAP Member User Filter: CN=%s | ||
- | - Save() | ||
- | - Click back on " | ||
- | - Click " | ||
- | |||
- | ==== LDAP Search helpers ==== | ||
- | The below should return users. | ||
- | == Generic == | ||
- | < | ||
- | ldapsearch -H ldap:// | ||
- | </ | ||
- | |||
- | == Site Specific == | ||
- | < | ||
- | ldapsearch -H ldaps:// | ||
- | </ |