summaryrefslogtreecommitdiffstats
path: root/src/com.gluster.storage.management.gateway.scripts
diff options
context:
space:
mode:
authorShireesh Anjal <anjalshireesh@gmail.com>2011-08-11 02:27:41 -0700
committerShireesh Anjal <anjalshireesh@gmail.com>2011-08-11 02:27:41 -0700
commit5c74d77f0692057dad34bc9546ee50a89715b04d (patch)
tree58387a5866ded716cbdaa9b9826df2a1b9e0b34f /src/com.gluster.storage.management.gateway.scripts
parentad33634ec83488504719b0dcda41763925654331 (diff)
parentf7cde0f859903574ed5a41f424a010667408ac70 (diff)
Merge pull request #225 from Selvasundaram/master
Cifs backend integration bug fix
Diffstat (limited to 'src/com.gluster.storage.management.gateway.scripts')
-rwxr-xr-xsrc/com.gluster.storage.management.gateway.scripts/src/gateway/add_user_cifs_all.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com.gluster.storage.management.gateway.scripts/src/gateway/add_user_cifs_all.py b/src/com.gluster.storage.management.gateway.scripts/src/gateway/add_user_cifs_all.py
index 29c182aa..a54685fa 100755
--- a/src/com.gluster.storage.management.gateway.scripts/src/gateway/add_user_cifs_all.py
+++ b/src/com.gluster.storage.management.gateway.scripts/src/gateway/add_user_cifs_all.py
@@ -78,6 +78,7 @@ def main():
else:
existingUser = True
+ print (serverFile, uid, userName, password)
rv = Utils.runCommand("grun.py %s add_user_cifs.py %s %s %s" % (serverFile, uid, userName, password))
if existingUser:
sys.exit(rv)