Howto Run lldap #1087
Replies: 1 comment 1 reply
-
First thing first the purpose to use with NFS or Samba with LDAP login still on very alpha stages that need custom schema etc, stick to standard UNIX PAM login easier. Assuming to are in the github clone path Then for easier run you can pass arguments to lldap via cargo run |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am bit of a noob and trying to implement ldap for 'home' PCs / mobiles so that I can easily do NFS and Samba shares.
was able to 'compile from source' using the documentation. but i am unable to run the lldap and get the GUI so that I can configure the users and connect machines the lldap server.
~/lldap # cargo run -- run Finished
devprofile [unoptimized + debuginfo] target(s) in 0.57s Running
target/debug/lldap runLoading configuration from lldap_config.toml Error: The JWT secret must be initialized to a random string, preferably at least 32 characters long. Either set the
jwt_secretconfig value or the
LLDAP_JWT_SECRETenvironment variable. You can generate the value by running LC_ALL=C tr -dc 'A-Za-z0-9!#%&'\''()*+,-./:;<=>?@[\]^_{|}~' </dev/urandom | head -c 32; echo '' or you can use this random value: (QMD}xBiPo;7u@vxRHPvNQ$44ooIk#Q:
a) Where can I find the simple lldap_config.toml file.
b) Where is this file saved
c) How does one run the frontend
d) How does one connect to the frontend (via browser or any other way)
Beta Was this translation helpful? Give feedback.
All reactions