Displaying 14 results from an estimated 14 matches for "dnetgroup".
Did you mean:
netgroup
1998 Nov 24
3
Problems compiling samba-1.9.18p10 on Solaris 2.6
...DLOCKDIR="/usr/local/samba/var/locks"
-DSMBRUN="/usr/local/samba/bin/smbrun"
-DCODEPAGEDIR="/usr/local/samba/lib/codepages" -DWORKGROUP="UNIX"
-DGUEST_ACCOUNT="nobody" -DDRIVERFILE="/usr/local/samba/lib/printers.def"
-DSUNOS5 -DSHADOW_PWD -DNETGROUP -DFAST_SHARE_MODES
-DSMB_PASSWD="/usr/local/samba/bin/smbpasswd"
-DSMB_PASSWD_FILE="/usr/local/samba/private/smbpasswd"
Using LIBS = -lsocket -lnsl
Compiling util.c
In file included from /usr/include/sys/turnstile.h:12,
from /usr/include/sys/t_lock...
1998 Aug 26
0
Errors encountered with 1.9.18p10 Makefile
...le
8c8
< BASEDIR = /opt/samba-1.9.18p10
---
> BASEDIR = /usr/local/samba
12c12
< MANDIR = ($BASEDIR)/man
---
> MANDIR = /usr/local/man
42,43c42,43
< srcdir=../source/
< VPATH=$(srcdir)
---
> # srcdir=./
> # VPATH=$(srcdir)
250,252c250,252
< FLAGSM = -DSUNOS5 -DSHADOW_PWD -DNETGROUP -DFAST_SHARE_MODES
< LIBSM = -lsocket -lnsl
< AWK = nawk
---
> # FLAGSM = -DSUNOS5 -DSHADOW_PWD -DNETGROUP -DFAST_SHARE_MODES
> # LIBSM = -lsocket -lnsl
> # AWK = nawk
754,757c754
< @if test ! -d $(@D) ; then \
< mkdir $(@D); \
< fi
< @$(...
1997 Jul 16
0
SCO compilation of 1.9.16p10 and higher
...needed for correct printing
***************
*** 381,386 ****
--- 381,390 ----
#Note: The SCO entries require the libcrypt library. You can get it via
#anonymous ftp from ftp.sco.com:/SLS/lng225b.* or ftp.uu.net:/vendors/sco
#
+ # PJR's attempt
+ FLAGSM = -O3 -DSCO -DSCO3_2_2 -DSHADOW_PWD -DNETGROUP -DUSE_MMAP
-DFAST_SHARE_MODES=1 -DUTMPX
+ LIBSM = -lsec -lsocket -lintl
+ #
# Use this for SCO with shadow passwords. Tested on "Open enterprise 3.0"
# SCO changes from Heinz Mauelshagen (mauelsha@ez.da.telekom.de)
# FLAGSM = -DSCO -DSHADOW_PWD -DNETGROUP
----cut here----
Hope this...
1998 Oct 15
1
Problem to map home dir
...the OS-specific stuff will override it if required
AWK = awk
######################################
#####################################
# WHICH OPERATING SYSTEM?
# UNCOMMENT ONE OF THE SECTIONS BELOW
# MAKE SURE ONLY *ONE* IS UNCOMMENTED
#
# The following are additional flags that may apply
# -DNETGROUP if your machine supports yp netgroups
# -DAUTOMOUNT to ask for yp auto.home for users' home directories
# -DNISPLUS add this to ask nis+ instead of yp for users' home directories
# -DSHADOW_PWD if you are using shadow passwords
# -DGETPWANAM if you wish to use getpwanam() call
# -...
1998 Apr 01
1
Help Me Beat NT--Red Hat Performance Help Needed
...of the box.
> I am now in a state where I have compiled and installed version
> 1.9.18p3. I have compiled it and tested performance with roughly the
> same results with almost all combinations of options. Last attempt, I
> went back to the suggested options:
>
> FLAGSM = -DLINUX -DNETGROUP -DALLOW_CHANGE_PASSWORD -DFAST_SHARE_MODES
> -DNO_ASMSIGNALH -DGLIBC2 LIBSM = -lnsl -lcrypt
>
> I have tried it with and without glibc. I also tried it with the glibc
> errata rpm installed, saw no difference, but begin having some nfs
> related problems, so I just reinstalled the en...
1998 Jul 16
0
Encryption options/password file?
...sr/local/samba/var/locks" -DSMB
>RUN="/usr/local/samba/bin/smbrun"
-DCODEPAGEDIR="/usr/local/samba/lib/codepages" -DWORKGROUP="PHYSICS"
-DGUEST_ACCOUNT="nobody" -DDRIVE
>RFILE="/usr/local/samba/lib/printers.def" -DOSF1 -DFAST_SHARE_MODES
-DNETGROUP -DSMB_PASSWD="/usr/local/samba/bin/smbpasswd" -D
>SMB_PASSWD_FILE="/usr/local/samba/private/smbpasswd"
>Using LIBS =
How do I get it to use my NIS password file instead of
/usr/local/samba/private/smbpasswd??
I'm assuming this is saying to use a SEPARATE datab...
1998 Aug 18
0
cannot compile samba-1.9.18p8 on SunOS 5.5.1 with gcc 2.7.2
I trying to compile samba-1.9.18p8 on a SunOS 5.5.1 machine using gcc
2.7.2. I setup the makefile to use the SunOS5 defines...
# This is for SUNOS5.4 and later (also known as Solaris 2.4 and later)
# contributed by Andrew.Tridgell@anu.edu.au
FLAGSM = -DSUNOS5 -DSHADOW_PWD -DNETGROUP -DFAST_SHARE_MODES
LIBSM = -lsocket -lnsl
AWK = nawk
I get the following compiler error...
# make
Using CFLAGS = -O -DSMBLOGFILE="/usr/local/samba/var/log.smb"
-DNMBLOGFILE="/us
Using LIBS = -lsocket -lnsl
Compiling util.c
util.c: In function `Get_Hostbyname':
util.c:42...
1998 Oct 30
0
One seamless file space?
...= iss-tech-f
# encrypt passwords = yes
socket options = TCP_NODELAY
local master = no
dns proxy = no
username map = /usr/local/samba/lib/map
[homes]
path = %p
browseable = yes
writable = yes
I configured Samba with --with-automount, and I've also added
-DAUTOMOUNT and -DNETGROUP to the CFLAGS variable in the
Makefile. I have two machines set up with the above config
file, running the Samba servers as daemons. I've got the
debug level cranked up to 5, so I can see lots of detail.
When I map a network drive to \\machine-a\usera, where usera's
home directory is act...
1998 Oct 13
0
cannot get unix password sync = true to work
...ange a user's Samba password from a Windoze client or from the Unix
Samba server when "unix password sync = True". Any ideas what/where I screwed
up?
AtDhVaAnNkCsE
- Samba version 1.9.18p10 on a Solaris 2.5 box.
- compiled with the following flags:
FLAGSM = -DSUNOS5 -DSHADOW_PWD -DNETGROUP -DFAST_SHARE_MODES -DALLOW_CHANGE_PASSWORD
- global section of the smb.conf contains, amongst other things, :
encrypt passwords = yes
unix password sync = true
passwd chat debug = True
passwd program = /usr/bin/passwd %u
passwd chat = *New*password:* %n\n *...
1998 Jul 20
0
Solved & Thanks: Multiple Win95 usernames...
...root = admin administrator
Or to map anyone in the UNIX group "system" to the UNIX name
"sys" you would use
sys = @system
You can have as many mappings as you like in a username map
file.
If Samba has been compiled with the -DNETGROUP compile
option then the netgroup database is checked before the
/etc/group database for matching groups.
You can map Windows usernames that have spaces in them by
using double quotes around the name. For example:
tridge = "Andrew Tridgell"
wo...
1998 Nov 05
1
Nis homedirs
...the map is:
username server:/some/file/system
and the program will extract the servername from before the
first ':'. There should probably be a better parsing system
that copes with different map formats and also Amd (another
automounter) maps.
NB: The -DNETGROUP option is required in the Makefile for
option to work and on some architectures the line -lrpcsvc
needs to be added to the LIBSM variable. This is required
for Solaris 2, FreeBSD and HPUX.
See also "nis homedir"
Default: homedir map = auto.home...
1998 Nov 03
4
nis homedir troubles
...Solaris 2.5/6 (not NIS+ in yp compatibility mode). I
created a NIS map which fulfilled the requirements of homedir map, and
named it in the conf file. I assume the path in 'server:/some/file/system'
is not critical - it is only the server name it is after.
I compiled with -DAUTOMOUNT and -DNETGROUP and put -lrpcsvc in the LIBSM
line of the makefile.
Looking at the sources - util.c and server.c - it seems that the %N and %p
substitutions may be involved. But I have failed to make them work, or %H.
Has anyone had similar problems? Is there any more info on using these
options?
Thanks in adva...
1998 Aug 01
0
smbpasswd and nmbd don't call my password program
...password is changed, but yppasswd is not even
touched (as per ls -lu /usr/bin/yppasswd).
Furthermore, running smbd with -d 100 didn't seem to show the chat debug.
(long log attached)
I checked the source RPM from redhat, and the makefile shows that samba was
compiled with
FLAGSM = -DLINUX -DNETGROUP -DALLOW_CHANGE_PASSWORD -DFAST_SHARE_MODES
^^^^^^^^^^^^^^^^^^^^^^^
-DNO_ASMSIGNALH -DGLIBC2
Is there any way to check the nmbd binary, just to make sure?
Thanks for any help,
Marc
Trying sysv shmem open of size 102400
shm_initialize : initializing shmem size 102400...
1998 Oct 28
8
Bad password
...ul with case sensitivity - it can break things!
; case sensitive = no
#============================ Share Definitions ==============================
Makefile:
# This is for SUNOS5.4 and later (also known as Solaris 2.4 and later)
# contributed by Andrew.Tridgell@anu.edu.au
FLAGSM = -DSUNOS5 -DNETGROUP -DFAST_SHARE_MODES -DAUTOMOUNT
LIBSM = -lsocket -lnsl
AWK = nawk
I've installed samba successfully on many of our Sun boxes and this is the
first time I've encountered this problem. Any suggestions?
Thanks
****************************************************************
Leo Crombach...