diff options
| author | Shireesh Anjal <anjalshireesh@gmail.com> | 2011-08-11 02:27:41 -0700 |
|---|---|---|
| committer | Shireesh Anjal <anjalshireesh@gmail.com> | 2011-08-11 02:27:41 -0700 |
| commit | 5c74d77f0692057dad34bc9546ee50a89715b04d (patch) | |
| tree | 58387a5866ded716cbdaa9b9826df2a1b9e0b34f /src/com.gluster.storage.management.gateway.scripts | |
| parent | ad33634ec83488504719b0dcda41763925654331 (diff) | |
| parent | f7cde0f859903574ed5a41f424a010667408ac70 (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-x | src/com.gluster.storage.management.gateway.scripts/src/gateway/add_user_cifs_all.py | 1 |
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) |
