Skip to content

Bash script that queries FreeIPA/Red Hat IDM to generate a traditional Unix-style /etc/passwd file for legacy applications.

License

Notifications You must be signed in to change notification settings

jgooge/ipa2passwd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

ipa2passwd

ipa2passwd is a Bash script that enables legacy applications that rely on a traditional Unix-style passwd file to integrate with FreeIPA/IDM user management solutions.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

What things you need to install the software and how to install them:

  • Access to an account with permissions to read IPA

Deployment

Clone the repository

git clone https://github.com/jgooge/ipa2passwd.git

Navigate to the script directory

cd ipa2passwd

Make the script executable

chmod +x ipa-passwd-gen.sh

Authenticate to IPA

kinit <username>

Run the script

./ipa-passwd-gen.sh

About

Bash script that queries FreeIPA/Red Hat IDM to generate a traditional Unix-style /etc/passwd file for legacy applications.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages