Skip to content
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

Creation of KeyTab file. #109

Closed
chaisacchu opened this issue Dec 15, 2020 · 2 comments
Closed

Creation of KeyTab file. #109

chaisacchu opened this issue Dec 15, 2020 · 2 comments

Comments

@chaisacchu
Copy link

@stnoonan Keytab file creation wasn't mentioned here. If we are integrating against MS Active Directory. Do we need to create KeyTab file in Active Directory or in nginx server?. It will really help if you provide your comments.

@fx02
Copy link

fx02 commented Feb 10, 2021

You need to create user in AD and then create keytab file assigned to that user. One user per keytab file. Example:
ktpass -princ host/nginxsso.yourdomain.local@YOURDOMAIN.LOCAL -mapuser adusername@YOURDOMAIN.LOCAL -crypto ALL -ptype KRB5_NT_PRINCIPAL -pass somecoolpassword -target dc0.yourdomain.local -out host.keytab

@stnoonan
Copy link
Owner

Also take a look at #91 which includes some other instructions for AD.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants