-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docker ZNC and oidentd. #9
Comments
That's a hard one. Technically UID is 1000, which is probably what oidentd sees, but if you configure identfile module to write a file in the home directory of a user on host machine with the same uid, such setup will be confusing. I think it would be better to install identfile (or identserver) inside the container, and publish port 113. If you want to handle ident requests also outside of the ZNC container, NAT support in the host identd may be needed... Try to play with flags |
I did it like this:
and in the container I start oidentd before I start znc:
(where "$DATADIR/.oidentd.log" is writable by nobody).
This gives me log entries on the host like:
|
I also have a Dockerfile with some additions, of course.
where the additions etc/* contains an oidentd config while those in startup-sequence/* sets up oidentd in the container (like above). The interested will likely fill in the blanks with ease. |
Hi,
is there a way to use an identfile with znc in docker?
Oident is installed on my Docker Host, but don't know to which user the incoming ident requests are mapped. Where i have to place my .oidentd.conf.
Thank you for your help.
KR
The text was updated successfully, but these errors were encountered: