https://github.com/bluecmd/ldapfuse
Python FUSE module used for mounting an LDAP base
https://github.com/bluecmd/ldapfuse
Last synced: 11 months ago
JSON representation
Python FUSE module used for mounting an LDAP base
- Host: GitHub
- URL: https://github.com/bluecmd/ldapfuse
- Owner: bluecmd
- Created: 2015-06-01T14:11:28.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-01T14:16:35.000Z (about 11 years ago)
- Last Synced: 2025-07-14T10:49:15.537Z (11 months ago)
- Language: Python
- Size: 125 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ldapfuse
Python FUSE module used for mounting an LDAP base
## Example
Add this to your /etc/fstab:
ldapfuse.py#ldaps://my.ldap.server/dc=domain,dc=tld /ldap fuse noauto,allow_other 0 0
## sshd configuration
By doing something like:
AuthorizedKeysFile "/ldap/ou=people/cn=%u/sshPublicKey"
in your sshd_config you can allow users to have their SSH public keys in LDAP. Works very well with GOsa2 (https://oss.gonicus.de/labs/gosa)