Displaying 4 results from an estimated 4 matches for "standard_sub_conn".
2002 Aug 13
1
compile problem samba-2.2.6pre1
...gt;'
include/proto.h:738: malformed floating constant
include/proto.h:1346: parse error before `<'
include/proto.h:1348: conflicting types for `standard_sub_advanced'
include/proto.h:198: previous declaration of `standard_sub_advanced'
include/proto.h:1349: conflicting types for `standard_sub_conn'
include/proto.h:199: previous declaration of `standard_sub_conn'
include/proto.h:1350: conflicting types for `standard_sub_home'
include/proto.h:200: previous declaration of `standard_sub_home'
include/proto.h:1351: conflicting types for `standard_sub_snum'
include/proto.h:201:...
2002 Mar 15
0
logon home with ldap under win98
...SIVALS(p,usri11_password_age,-1); /* password age */
SIVAL(p,usri11_homedir,PTR_DIFF(p2,p)); /* home dir */
+ /* MS: take home dir from passdb if found */
+ if ( logon_home_frompassdb == False ) {
pstrcpy(p2, lp_logon_home());
+ } else {
+ pstrcpy(p2, logon_home);
+ }
standard_sub_conn(conn, p2);
p2 = skip_string(p2,1);
SIVAL(p,usri11_parms,PTR_DIFF(p2,p)); /* parms */
2002 Jun 20
1
2.2.5, recycle: %U is ok, %u is not
Linux Red Hat 6.x
Using
name = <mypath>/%U
in recycle.conf is ok, while using
name = <mypath>/%u
produces a dir
<mypath>/%u/deleted.item
I need to use %u since %U is before smbusers mapping.
Do you get the same behavior?
Thanks
--
giulioo@pobox.com
2004 Oct 21
0
compile errors samba 3.0.7 vfs
...msdfs.po(.text+0x54c): undefined reference to
`DEBUGLEVEL_CLASS_ISSET'
modules/vfs_expand_msdfs.po(.text+0x573): undefined reference to `dbghdr'
modules/vfs_expand_msdfs.po(.text+0x58a): undefined reference to `dbgtext'
modules/vfs_expand_msdfs.po(.text+0x5a3): undefined reference to
`standard_sub_conn'
modules/vfs_expand_msdfs.po(.text+0x5a9): undefined reference to
`DEBUGLEVEL_CLASS'
modules/vfs_expand_msdfs.po(.text+0x5ba): undefined reference to
`DEBUGLEVEL_CLASS_ISSET'
modules/vfs_expand_msdfs.po(.text+0x5e1): undefined reference to `dbghdr'
modules/vfs_expand_msdfs.po(.tex...