similar to: ALPHA-code ALERT: group database API.

Displaying 20 results from an estimated 500 matches similar to: "ALPHA-code ALERT: group database API."

2000 Mar 01
2
SAMBA_2_0 (recent CVS): smbpasswd and utmp errors
SAMBA_2_0 as of 1 mar 2000, 11:00 GMT rh61 kernel-2.2.14. 1) smbpasswd the -x switch was added but now: a) you can't do "smbpasswd -an user" anymore, it asks for password. b) smbpasswd -n user -> seg fault 2) ./configure --with-utmp: make all ... Compiling smbd/connection.c smbd/connection.c: In function `utmp_update': smbd/connection.c:349: structure has no member named
2005 Mar 29
1
Samba-Guide chapter 10
Hi John T. et al., here is my comment about the Samba-Guide chapter 10. In my opinion this chapter is a good place to explain the nature of Samba: joining the unix and the windows world by mapping. In most of the cases discussed on this list a unix server is used only as a container for the windows world. The Samba team tries to smooth the differences between unix and windows and to put windows
2006 Mar 10
3
Searching database using foriegn keys
I''ve read a lot about the ORM magic of Active Record which allows you to address a foriegn key object directly... e.g. I have a books and people table where books has a column called person_id If I get myself a Book object called mybook I get to the person object associated with this book by saying book.person which is awesome and I love it. My question, how can I say "Go
2002 Feb 28
1
Problems compiling Samba TNG 2.6.1
Hello, i have a red hat 7.2 system and set the environment variable CC='kgcc'. I have git the standard kernel: [root@linux-test source]# rpm -qf /usr/include/asm/statfs.h kernel-headers-2.4.7-10 But when compiling the tng-source i get the following error: Using FLAGS -O -Iinclude -I./include -I./ubiqx -I./smbwrapper -I./lib -DLOGFILEBASE="/ usr/local/samba/var"
2000 Mar 17
1
pre2.0.7 CVS: could utmp/redhat be adjusted before pre2?
SAMBA_2_0 CVS doesn't compile on linux rh6.x --with-utmp. Compiling smbd/connection.c smbd/connection.c: In function `utmp_update': smbd/connection.c:349: structure has no member named `ut_syslen' make: *** [smbd/connection.o] Error 1 Bad exit status from /var/tmp/rpm-tmp.19446 (%build) David Lee suggested I posted my problems on the list, so here they are: 1) Could the
2006 May 27
0
Problem with RID,SID and usrmgr
Hello, First of all, I would like to say that this is my third attempt to make Samba working as PDC. On the very beginning I had a problem with machine account, but after group mapping and cleaning group maps, I was able to add it from command line - using smbpasswd (according to this point, I would like to ask: "machine" unix group is only allowed for machines? Am I not able to
2000 Jan 01
1
Please release samba-2.0.7 and SWAT i18n
I belong to Samba Users Group Japan and maintain Samba 2.0.5a Japanized version. It's only l10n'ed Samba , but is used widely in Japan. And now we are planning to release next Samba Japanized version. But Samba 2.0.6 is half i18n'ed and more difficult to do l10n than 2.0.5a and as we said to Mr. Allison on 18th Dec. 1999 in Japan, the i18n of current SAMBA_2_0 branch works well, so we
2013 Sep 21
1
Translating recoding syntax from SPSS to R
Colleagues, I am in the process of learning R. I've been able to import my dataset (from Stata) and do some simple coding. I have now come to coding situation that requires some assistance. This is some code in SPSS that I would like to be able to execute in R: if (race eq 1 and usborn=0) confused=1 . if (race eq 2 and usborn=0) confused=1 . if (race eq 1 and usborn=1) confused=0 . if (race
2000 Mar 07
0
Pre 3.0.0 PANIC
I've been getting a lot of these recently in my samba-log ever since I downloaded the latest cvs SAMBA_2_0 branch code. Mar 6 18:13:06 gate smbd[11126]: cos5 (192.168.7.132) connect to service rsession as user rsession (uid=707, gid=100) (pid 11126) Mar 6 18:13:15 gate smbd[11126]: [2000/03/06 18:13:15, 0] lib/fault.c:fault_report(40) Mar 6 18:13:15 gate smbd[11126]:
2006 Mar 27
0
update subset of my data
Please can someone put me out of my misery... I am missing the point here: I have a table of albums called: dealers I have a table of images: popp_images each dealer has 6 popp_images linked by foriegn key: albumid Each dealer can login using user_engine engine I restrict viewing for each dealer to their own images by assigning each dealer their own albumid. I list their images with: in my
2001 Oct 15
0
date and chron library help...!
Dear all, I'm not sure whether this is a bug or not... But some help would be greatly appreciated. I have a dataframe, which I read in using read.xport (from the foriegn library) as the orginal data is in SAS format. 3 columns of this dataset are supposed to be dates, but read.xport doesn't recognise them as dates (all columns are read in as mode numeric). So I load up the date library
2007 Jan 08
3
Relating Tables
I have 2 mysql tables, Product and Color: Color ID ColorName 1 Red 2 Green 3 Yellow 4 Blue Products ID Color1 Color2 Color3 ProductName 1 ? ? ? Orco 2 ? ? ? Skeletor 3 ? ? ? He-Man I need to display the ColorName to
2000 Jun 22
1
Tag format comments from a newbie
Hello, all: As a newbie with a high opinion of my opinion, I couldn't let the opportunity pass by to put in my $0.02(USD)... First, a summary: We have two places to put information about the song I'm listening to; the metadata stream and the comment header. The metadata stream is intended to be variable-length and (potentially) containing a number of disparate types of details. Not
1998 Dec 02
0
USRMGR.EXE and SAMBA (main branch NOT SAMBA_2_0)
usrmgr.exe now successfully shows: - users and what local and domain groups they are in - domain groups and what domain users are in them - local groups and what local groups, domain groups or domain users are in them. this is managed with three new options: "domain group map" "domain user map" "local group map" which are documented in smb.conf. they make
2000 Apr 19
1
Homes and %u expansion in SAMBA_2_0
Hi everyone. With the latest cvs (as of this afternoon) we are getting the following in the logs: Apr 19 09:19:42 gate smbd[23055]: [2000/04/19 09:19:42, 0] smbd/service.c:make_connection(554) Apr 19 09:19:42 gate smbd[23055]: Can't change directory to /home//profile (No such file or directory) Apr 19 09:19:42 gate smbd[23055]: [2000/04/19 09:19:42, 0] smbd/service.c:make_connection(554)
2000 Mar 02
4
Browsing from NT 4.0
Hi James, One of the things that NT does different from WIN9x is that it attempts to 'browse' using a null session. This typically means that SAMBA is going to try to make the attachement for the 'null' username as SAMBA's guest account (by default 'nobody'). On a lot of HP systems the 'nobody' /etc/passwd entry is set as uid -2 and gid -2. These uid/gid
2007 Apr 30
1
centos 5 - iintruder alert, intruder alert
CentOS 5 - Intruder alert Somebody that uses windows has infiltrated the upstream. Alert, alert, weeeeep weeeeeeeeepppp bweeeeeeeeeepppppp screeeeeccchhhhhh :-) [root at tstream11 ~]# ls -axl /bin/tracert lrwxrwxrwx 1 root root 10 Apr 20 17:56 /bin/tracert -> traceroute - rh -- Abba Communications Internet Spokane, WA www.abbacomm.net
2008 Nov 29
1
Re: Red Alert / Red Alert II / Tiberium Sun: Overriding wsock32.
Using posix file capabilties you can give wine only root permissions for creating raw sockets. A lot of distributions are doing something similar these days for ping which also required complete root permissions before.
2008 Dec 01
0
Re: Red Alert / Red Alert II / Tiberium Sun: Overriding wsock32.
When I worked on Wine's ipx code for Red Alert and friends posix file capabilities weren't around yet. I haven't used them yet. You can find info about it on http://www.ibm.com/developerworks/library/l-posixcap.html I think that you need to set the property on wineserver.
2017 Jan 31
0
tlsv1 alert unknown ca: SSL alert number 48
> Jan 28 22:42:44 dovecot: imap-login: Disconnected (no auth attempts in 0 > secs): user=<>, rip=192.168.1.16, lip=192.168.1.3, TLS: SSL_read() > failed: error:14094418:SSL routines:ssl3_read_bytes:tlsv1 alert unknown > ca: SSL alert number 48, session= > ... > # SSL/TLS support: yes, no, required. <doc/wiki/SSL.txt> > ssl = yes > ssl_cert =