add usage information
This commit is contained in:
parent
ab5d6b51d5
commit
8ed9ffc4ec
1 changed files with 5 additions and 0 deletions
|
|
@ -6,6 +6,11 @@ This script fetches all active members from the LDAP database and populates the
|
|||
Django database with all discovered members, and groups.
|
||||
|
||||
https://github.com/c-base/cbmi/issues/22
|
||||
|
||||
Usage:
|
||||
# ./manage shell
|
||||
from pop_members import *
|
||||
populate_members()
|
||||
"""
|
||||
|
||||
import ldap
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue