1
0
mirror of https://github.com/samba-team/samba.git synced 2025-10-31 12:23:52 +03:00

r22323: - add credentials property to NetContext object

- change a comment (matches the idea better)

rafal
This commit is contained in:
Rafal Szczesniak
2007-04-17 23:06:43 +00:00
committed by Gerald (Jerry) Carter
parent 63b89ccbeb
commit 4e8d9d3f60
2 changed files with 25 additions and 7 deletions

View File

@@ -59,7 +59,7 @@ int ejs_net_userman(MprVarHandle eid, int argc, struct MprVar **argv)
} else if (argc == 1 && mprVarIsString(argv[0]->type)) {
/* domain name can also be specified explicitly
(e.g. to connect remote domain) */
(e.g. to connect BUILTIN domain) */
userman_domain = mprToString(argv[0]);
} else {