Displaying 4 results from an estimated 4 matches for "agupta".
Did you mean:
gupta
2017 Jan 24
2
hpux samba3 logon script not running
Hello,
I am new to this and trying to check how logon script runs.
But not able to do so. Though i am able to execute it later from the share
itself.
Below is my smb.conf file.
[global]
logon script = %U.bat
workgroup = cifsdom
security = user
netbios name = cifs
encrypt passwords = yes
password server = *
log file = /var/opt/samba/log.%m
debug level = 10
max log
2017 Jan 24
0
hpux samba3 logon script not running
...on script = %U.bat
> ...
> [netlogon]
> comment = The domain logon service
> path = /var/opt/samba/netlogon
> ...
Is the logon script available directly in the root of the "netlogon"
share? You use %U.bat, where %U is replaced with the user name (for
example "agupta.bat"). Can you please check if files for each user exist
in /var/opt/samba/netlogon/ ?
To make sure that it's not a problem of variable substitution, temporarily:
- Change "%U.bat" to "script.bat".
- Reload Samba.
- Create the file "/var/opt/samba/netlogon/script....
2010 Jul 21
11
Xen on Osol step by step
Hi,
I''m searching for a tutorial to install correctly a xen domU on OpenSolaris domO.
Please help me ...
--
This message posted from opensolaris.org
2006 Apr 18
0
Use of journal->j_blk_offset
Hi everyone,
So this question is more for people who are familiar with the internals of
ext3.
I notice that the function journal_init_dev() sets the value
journal->j_blk_offset = start
This means that start can be any arbitrary block number on the device.
However, later in the function journal_bmap() it is never actually used.
The value of *retp in journal_bmap() is set to
*retp =