summaryrefslogtreecommitdiffstats
path: root/examples/scripts/users_and_groups
Commit message (Collapse)AuthorAgeFilesLines
* examples:createdombj: default prefix to target-type, not "group"Michael Adam2010-12-301-1/+3
| | | | | | | It can be irritating to create users named group00001, group00002, ... :-) Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Thu Dec 30 17:22:57 CET 2010 on sn-devel-104
* Fix typoKarolin Seeger2007-11-091-1/+1
| | | | (This used to be commit e811b9f3bbf614f76e628755dafd358769b8a58b)
* The FSF has moved around a lot. This fixes their Mass Ave address.Michael Adam2007-11-092-4/+2
| | | | | | | This adapts r23801 / 87c91e4362c51819032bfbebbb273c52e203b227 to files just added by cherry-pick. Michael (This used to be commit a0d595c2277d2f754cdb0c85119fdc130d86f7ea)
* Find and fix more GPL2 -> GPL3.Michael Adam2007-11-092-2/+2
| | | | | | | | Jeremy. This adapts r23780 / c2f7ab1c175ecff0cf44d0bbc4763ba9f7d7803f for files added by cherry-pick. (This used to be commit 1b6cf93992fbe338dff83a9f904ec9dfc422e242)
* r23714: This script allows for adding lists of users (or other objects)Michael Adam2007-11-091-0/+167
| | | | | | | | | to lists of groups (or aliases). Useful for creating large test scenarios. Michael (cherry picked from commit b3e5082e105f6eaeed51e9a42d525d811e7155ee) (This used to be commit 78a2344fe7ed53e9927e189fa4d465652731deab)
* r23711: Refactor the actual creation of object into its own small function.Michael Adam2007-11-091-7/+10
| | | | | | Michael (cherry picked from commit 26349c0b173e8baf6fa43deb39cb2bfdb31bf18e) (This used to be commit 852570059c974bc6c06f893e4bf5e76674e4ec00)
* r23706: Add a script to create domainusers,-groups and -aliases.Michael Adam2007-11-091-0/+155
| | | | | | | | | | | | | | | | This is done via rpc client. The main purpose is to be able to fill a domain controller with a large number of users / groups easily. A the object names are built as <prefix><num> where number ranges from a given start number counting up until a given number of objects has been created. In a next step, I will submit scripts to add (many) users to a group and to add a user to (many) groups. Michael (cherry picked from commit 8b81fbb7d998eda65978a772f2194b4a3de467f9) (This used to be commit 79414f8bfa9cce1b4543b3cf5d6ea65651fc0769)
* [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter2007-10-102-323/+0
| | | | (This used to be commit 5c6c8e1fe93f340005110a7833946191659d88ab)
* r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell2007-10-102-4/+2
| | | | (This used to be commit 87c91e4362c51819032bfbebbb273c52e203b227)
* r23780: Find and fix more GPL2 -> GPL3.Jeremy Allison2007-10-102-2/+2
| | | | | Jeremy. (This used to be commit c2f7ab1c175ecff0cf44d0bbc4763ba9f7d7803f)
* r23714: but now:Michael Adam2007-10-101-0/+167
| | | | | | | | | This script allows for adding lists of users (or other objects) to lists of groups (or aliases). Useful for creating large test scenarios. Michael (This used to be commit b3e5082e105f6eaeed51e9a42d525d811e7155ee)
* r23713: Oops accidentially checked in the wrong file - sorry!Michael Adam2007-10-101-17/+0
| | | | | Michael (This used to be commit ae23e6d04b8551e66b77995994a0c50cd880ea32)
* r23712: This script allows for adding lists of users (or other objects)Michael Adam2007-10-101-0/+17
| | | | | | | | to lists of groups (or aliases). Useful for creating large test scenarios. Michael (This used to be commit 0c03c78af8f62ece2965e0f5a16c001aad61c8fa)
* r23711: Refactor the actual creation of object into its own small function.Michael Adam2007-10-101-7/+10
| | | | | Michael (This used to be commit 26349c0b173e8baf6fa43deb39cb2bfdb31bf18e)
* r23706: Add a script to create domainusers,-groups and -aliases.Michael Adam2007-10-101-0/+155
This is done via rpc client. The main purpose is to be able to fill a domain controller with a large number of users / groups easily. A the object names are built as <prefix><num> where number ranges from a given start number counting up until a given number of objects has been created. In a next step, I will submit scripts to add (many) users to a group and to add a user to (many) groups. Michael (This used to be commit 8b81fbb7d998eda65978a772f2194b4a3de467f9)