-
Notifications
You must be signed in to change notification settings - Fork 128
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
Use authentication info as user.id if available. #125
Comments
While undocumented, |
@martinb3 That's actually is for logging hubot into an authenticated irc server. I'm saying, I have hubot on an authenticated irc server and the e.g. I log into the IRC server with username 'docwhat' and password 'sekret'. I then run Sorry, this is hard to explain. :-/ |
If I connect as nick |
Ah. I see how I was failing to explain. My hubot is called "hubot". I am called "docwhat". I'm asking about the |
If the IRC server(s) uses authentication, the
user.id
should match the authenticated identity instead of the user's nick.This would allow mapping user names to an actual identity in an organization. Such as for notifications, permissions, etc.
It shouldn't be turned on by default, it should require a setting of some sort.
On our system, we're using ngirc with the PAM plugin to authenticate. I can help set up a test system for you if you want.
The text was updated successfully, but these errors were encountered: