question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Oidentd not giving different idents

See original GitHub issue

Hello. Been trying to ask for help with this via IRC since didn’t find anything worth trying by googling, so decided to open an issue.

My problem is, I’m getting ident, but it’s always rolle@pulina.fi which is exactly the same ident than my irssi connection has for example. It’s always the same for all users that use lounge, even if the username is completely different. So every lounge webchat user has the same ident than me - that’s obviously a problem.

/etc/oidentd.conf

# Configuration for oidentd
# see oidentd.conf(5)
#
default {
	default {
		deny spoof
		deny spoof_all
		deny spoof_privport
		allow random
		allow random_numeric
		allow numeric
		deny hide
	}
}
user root {
     default {
          force reply "UNKNOWN"
     }
}
user rolle {
        default {
                allow spoof
                allow spoof_all
                allow random
                allow hide
       }
}

~/.oidentd.conf

# Warning: file generated by The Lounge: changes will be overwritten!
to 104.207.136.203 lport undefined from undefined fport 6667 { reply "lounge-user" }
to 104.238.168.67 lport undefined from undefined fport 6667 { reply "Bulibuli" }
to 83.140.172.210 lport undefined from undefined fport 6667 { reply "pulisijasafti" }
to 83.140.172.211 lport undefined from undefined fport 6667 { reply "pulisijasafti" }
to 80.65.57.26 lport undefined from undefined fport 6667 { reply "rollefromlounge" }
to 45.32.162.3 lport undefined from undefined fport 6667 { reply "rolle_test" }
to 66.225.225.66 lport 47541 from 139.59.208.244 fport 6667 { reply "pulisafti" }
to 104.207.136.203 lport undefined from undefined fport 6667 { reply "lounge-user" }

Currenly running lounge with debugger on in separate screen session, on user rolle.

System: Ubuntu 14.04 LTS server (Digital Ocean VPS) lounge: v2.1.0 node: v7.0.0

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:8 (7 by maintainers)

github_iconTop GitHub Comments

3reactions
xPawcommented, Dec 6, 2016

ETA is “when it’s done”. This is an open source project where developers work on it in their free time.

0reactions
xPawcommented, Sep 23, 2017

I am going to close this as we have not had any updates on this.

Read more comments on GitHub >

github_iconTop Results From Across the Web

oidentd properly configured yet not properly working on ...
It gives an ident response (sign that oidentd is working?) but the problem is that it always replies with the username I'm running...
Read more >
Ubuntu Manpage: oidentd.conf - The oidentd configuration file.
The $HOME/.oidentd.conf file allows a user to specify what ident response will ... the spoofed response is that it must not be the...
Read more >
oidentd(8) — Arch manual pages
oidentd - flexible, RFC 1413 compliant ident daemon with NAT support ... If this option is not given, oidentd defaults to /usr/local/etc/oidentd.conf.
Read more >
How to properly configure oidentd for IRC connections
As usual, without too much blah, here we go: ... egg:~# /etc/init.d/oidentd restart Restarting ident daemon: oidentd. egg:~#.
Read more >
oidentd.conf(5) — oidentd — Debian unstable — Debian Manpages
If this file does not exist or oidentd was compiled without XDG Base Directory support, ... Forward received queries to another ident server....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found