summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Plugins/Account.py
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2005-12-13 21:38:02 +0000
committerNarayan Desai <desai@mcs.anl.gov>2005-12-13 21:38:02 +0000
commitf3eb3148238ea38683c1586518bbecd108353c65 (patch)
treee31930d3411b23eebecec43cb4ddc358074d7059 /src/lib/Server/Plugins/Account.py
parenta4b92de008aa1d56b521aebbfeaf442201df5a18 (diff)
downloadbcfg2-f3eb3148238ea38683c1586518bbecd108353c65.tar.gz
bcfg2-f3eb3148238ea38683c1586518bbecd108353c65.tar.bz2
bcfg2-f3eb3148238ea38683c1586518bbecd108353c65.zip
set keyword attributes on most files
added Ed's client and server cleanups Modified the debian and redhat toolsets to produce nicer output ** Broke performance reports git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1623 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'src/lib/Server/Plugins/Account.py')
-rw-r--r--src/lib/Server/Plugins/Account.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/Server/Plugins/Account.py b/src/lib/Server/Plugins/Account.py
index 5d2853e9e..05174486d 100644
--- a/src/lib/Server/Plugins/Account.py
+++ b/src/lib/Server/Plugins/Account.py
@@ -1,5 +1,5 @@
'''This handles authentication setup'''
-__revision__ = '$Revision: 1.28 $'
+__revision__ = '$Revision$'
from Bcfg2.Server.Plugin import Plugin, PluginInitError, DirectoryBacked
@@ -13,7 +13,7 @@ class Account(Plugin):
rootlike -> users to be granted root privs on some hosts
'''
__name__ = 'Account'
- __version__ = '$Id: Account.py 1.28 05/11/30 17:31:55-06:00 desai@topaz.mcs.anl.gov $'
+ __version__ = '$Id$'
__author__ = 'bcfg-dev@mcs.anl.gov'
def __init__(self, core, datastore):