Giter VIP home page Giter VIP logo

freeipa-sam's Introduction

freeipa-sam

System Account Manager for FreeIPA

freeipa-sam.gif

FreeIPA-SAM is an interactive, menu-driven bash script for lifecycle management of system accounts.

FreeIPA currently has no intuitive way to create, view, edit, or otherwise manage system accounts. This software aims to fill that gap.

Usage is pretty straightforward, it is highly-recommended that you leave SSL enabled and configure the prerequisites before attempting an action.

Actions

add [username]

add creates system accounts.
add takes one optional argument of username. If not specified, it asks for it.
add then interactively prompts the user for a password and password expiration date for the new account.
add finally sends a prefilled ldapmodify to the server with the details specified.

rm [username]

rm removes system accounts.
rm takes one optional argument of username. If not specified, it asks for it.
rm does NOT ask for confirmation once it knows the username!

ls

ls lists the DN of users in the path for system accounts.

info [username]

info is like ls but prints more information. Can be filtered by specifying a username.

passwd [username]

passwd changes the password and password expiration date for an existing system account.
passwd takes one optional argument of username. If not specified, it asks for it.
passwd interactively prompts for the new password and password expiration date.
passwd finally sends a prefilled ldapmodify to the server.

save

save saves current directory connection settings (excepted bindpass) into an RC-file (${HOME}/.ipa/freeipa-sam.rc) If the file exists, variable are automatically read at script startup, and updated in the file on script exit. If the file does not exist when the script is started, nothing will be saved unless save is run manually.

PRs and issues welcome, but support cannot be promised.
Cheers!

freeipa-sam's People

Contributors

noahbliss avatar heidistein avatar eric-belhomme avatar rechner avatar tuningyourcode avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.