search for: ccase

Displaying 5 results from an estimated 5 matches for "ccase".

Did you mean: case
2005 Dec 01
1
aliases for "share Definitions"
Hi I have NT4 clients that have problem accessing my share: [ccview1_view02] (Because it's more then 8 character long) I would like to add an alias in this entry. Does anyone know if this is possible? I know I could do like this: [ccview1_view01] comment = Views on ccase cluster guest ok = no path = /export/ccview1_view01 directory mask = 0775 create mask = 0775 writeable = true map archive = no oplocks = no kernel oplocks = no [sts_nt4] comment = Views on ccase for NT4 clients guest ok = no path = /export/ccview1_view01 directory mask = 0...
2002 Nov 18
0
Errors in log.smbd
...t gid privileges to (-1,-2) now set to (0,0) uid=(0,0) [2002/11/18 12:59:15, 0] lib/util.c:(1055) PANIC: failed to set gid smb.conf: # Samba config file created using SWAT # from <ip> # Date: 2001/08/03 11:19:19 # Global parameters [global] workgroup = CORP netbios name = CCASEP01 security = USER encrypt passwords = YES min passwd length = 6 username map = /usr/local/samba/lib/username.map kernel oplocks = No invalid users = root daemon bin sys adm uucp lp nuucp hpdb www create mask = 0775 directory mask = 07...
2006 Feb 27
1
Errors after building 3.0.21b on AIX 5.2
...nd of problems. It is obvious that I did not do something right when I ran 'configure'. Here is the command line I used: ./configure --with-acl-support --with-utmp --with-ldap --with-ads --with-pam --with-winbind --with-aio=yes --with-libconf=/usr/local --with-sendfile-support --prefix=/ccase/dist/build/samba --with-quotas --with-krb5=/usr/local --with-shared-modules=idmap_ad,idmap_rid --enable-shared=yes --disable-static What did I do wrong? I am using gcc 4.0.2. Thank you. Ray Gebbie Federated Systems Group San Francisco, CA 94102 415-422-1662
1999 Jul 19
11
clearcase and samba
FYI:, I'm fairly new to samba (a couple of months now), and have experimented - unsuccessfully - with getting it to work with clearcase. Does anyone have a how-to, or a list of gotcha's for setting up clearcase with samba? Thanks in advance for any information you can send me. Ozzie,
2008 Feb 04
0
configure/makefile cleanup: remove LIBSELINUX, LIBWRAP and LIBPAM
<snip> > @@ -3157,19 +3155,18 @@ LIBSELINUX="" > AC_ARG_WITH(selinux, > [ --with-selinux Enable SELinux support], > [ if test "x$withval" != "xno" ; then > + save_LIBS="$LIBS" > AC_DEFINE(WITH_SELINUX,1,[Define if you want SELinux support.]) > SELINUX_MSG="yes" > AC_CHECK_HEADER([selinux/selinux.h],