Displaying 20 results from an estimated 1000 matches similar to: "re: cannot map ntgroup to ldap group-fixed"
2004 Jan 27
0
re:ldap group mapping problems
well, they both have the same sid, for some bizarre reason.
net groupmap list -s /etc/samba/smb.ldap |grep "Admin"
Domain Admins (S-1-5-21-4070452498-3149834983-2923667569-512) -> 512
Administrators (S-1-5-21-4070452498-3149834983-2923667569-544) -> 544
Domain Admins (S-1-5-21-4070452498-3149834983-2923667569-512) -> ntadmin
and see, it has a posixgroup entry?
# LDIF Export
2004 Jan 27
0
problems with group mappings with ldap
the weirdness continues
net groupmap modify ntgroup="Domain Admins" unixgroup="ntadmin"
NT Group Domain Admins doesn't exist in mapping DB
--- On Mon 01/26, John H. < mrmailer@myway.com > wrote:
From: John H. [mailto: mrmailer@myway.com]
To: samba@lists.samba.org
Date: Mon, 26 Jan 2004 17:40:49 -0500 (EST)
Subject: Re: [Samba] net:
2004 Jan 26
4
net: ../../../libraries/liblber/decode.c:644: ber_scanf: Assertion `((ber)->ber_opts.lbo_valid==0x2)' failed.
net groupmap modify ntgroup="Domain Admins" unixgroup=504
net: ../../../libraries/liblber/decode.c:644: ber_scanf: Assertion `((ber)->ber_opts.lbo_valid==0x2)' failed.
I was told this may be specific to ldap setup with samba 3.0.0, but is fixed in later versions of samba.
however, in 3.0.1, there is a far worse bug that makes machines only available some of the time(i was told
2002 Nov 12
1
Need clarification
Hi,
I'm trying to run samba 2.2.6 + OpenLDAP as user/group
database ( not /etc/passwd). nss_ldap+pam_ldap is installed and
working OK, as I can login using ssh, or trough
console with one of ldap user.
But trying to connect to samba, when samba is ran as
#samba -d 2 -i
I get:
...
init_sam_from_ldap: User [ldapuser] does not ave a uid!
pass_check_smb failed - invalid password for user
2004 Jan 07
0
different win machines on PDC not accessible at diffe rent times
This problem is something about SAMBA smbd.
It doesn't matter whether samba runs also as WINS server.
I wrote earlier:
http://lists.samba.org/archive/samba/2003-December/077722.html
My networks WINS server is WINDOWS 2000, not samba.
I had both my PDC and BDC upgraded to 3.0.1 once. The errors accessing W2K
workstation went away after downgrading both samba servers to 3.0.0. Even
BDC can
2007 Apr 26
1
3.0.24 What commands must be executed by root verses ntgroup="Domain Admins"?
I found the solution, or at least a work around, for my posting: "Can not grant SeMachineAccountPrivilege on Debian Etch"
I ended up:
1) ssh to Debian Etch as root
2) smbpasswd -a root
3) issue the "net rpc rights grant ..." command
SUCCESS!!!
So, that raises the question that what MUST be executed as user root verses a member of ntgroup="Domain Admins"?
I suspect
2004 Jun 15
0
ntgroup to unixgroup mapping
Is it possible to map more than one unixgroup to a single ntgroup?
(Samba 3.x) I'd like to map several unix groups to the 'Domain Users'
group, for example.
TIA.
--
Ron Peterson
Network & Systems Manager
Mount Holyoke College
2003 Oct 15
3
net groupmap modify ntgroup="Domain Admins" ... succeeds but fails
After reading through the documentation, I realized that as a part of the
migration process from Samba-2.2.X to Samba-3.0.0 I needed to convert
everyone in my smbadmin group (previously domain admin group = @smbadmin) to
the "Domain Admins" group w/rid=512. So, I issued the following command:
[root@localhost profile]# net groupmap modify ntgroup="Domain Admins"
2006 Oct 10
3
Can't map ntgroup to unix group
1. Here's my case:
[root@dsat ~]# net groupmap list
[root@dsat ~]# net groupmap add rid=512 ntgroup="Domain Admins"
unixgroup=domainadmins
adding entry for group Domain Admins failed!
2. Here's samba log:
[root@dsat ~]# tail /var/log/smbd.log
[2006/10/10 08:51:23, 0] lib/smbldap.c:smbldap_connect_system(851)
ldap_connect_system: Failed to retrieve password from secrets.tdb
2003 Nov 05
1
save(iris,file=
I tried it using file and it seems to work for saving:
> data(iris)
> con <- file("clipboard","w")
> save(iris,ascii=T,file=con)
> close(con)
> readLines("clipboard")
... lengthy output follows which seems correct ...
but not for loading:
> con <- file("clipboard","r")
> load(con)
Error in load(con) : loading from
2003 Dec 25
1
problem with pipes (PR#5053)
I gather that the pipe problem is a difficult one to solve
since its highly desirable (at least for me) to be able to
use Windows pipes yet its been outstanding since the previous
R release.
I have one idea on a possible workaround and associated
feature and I wonder if this feature is feasible?
I just noticed that
z <- system("c:\\a.bat", intern = TRUE, invisible = TRUE)
is
2004 Jul 12
0
Where does R search when source() ?
I have found the use of save( ) and attach( ) when supported by a pair
of functions written by my colleague John Miyamoto, move( ) and rm.sv( )
quite useful in managing (1) collections of useful homebrew functions,
(2) project workspaces, and (3) "packages" under development. An .Rdata
file containing these and other handy functions together with a brief
supporting document can be
2005 Jul 01
3
error while connecting from squirrelmail
Hi all,
I am new to dovecot and squirrelmail and I am trying to configure squirrelmail with dovecot as its imap server. When i disable "Secure Imap (TLS)" option (2-A-7) from squirrelmail configure menu, it's working fine. But when i try to enable tls support, squirrelmail is giving the following error:
Warning: fsockopen(): unable to connect to 192.xx.xx.xx:993 in
2004 Jan 07
3
user management tool
There was talk a few weeks ago about the possibility of a Tk-based user management tool
that never happened. I'm planning on trying to do this myself. What features were to be in
the one that never materialized? What features might people want in it? To begin, the
program will only be able to do things that can be done straight through the existing
command line tools (net, smbpasswd,
2003 Oct 14
1
Web Site Suggestion Regarding R Source
In the Lua language they have put the entire source on the net in
such a way that you can easily browse it. Go to:
http://www.lua.org/source/5.0/
to see what I mean.
One of the nice things about R is that if you want more info on
a function than in the help page you can just type the name of
the function at the R prompt and you get its source, at least if
it itself was written in R.
2005 Jul 06
1
dovecot not able to access sentmail folder in home directory(chdir)
using dovecot version 0.99.11
while accessing through squirrelmail or even connecting manually(using openssl) to the server dovecot is not able to access the folder
the mail.err log file has the following entry:
dovecot: (/home/user) permission denied error no 89 returned by child process
the squirrel mail error was
connection dropped by imap server
Query capability
thanks
vineet
2006 Sep 27
1
Almost 300 hours of videos about Free and Open Source Software
Hello!
People from International Free Software Forum (the largest brazilian event about FLOSS) have done it two times in a row. They've put online the whole video coverage for this year's event (also online are the videos from last year). It's almost 300 hours in Ogg Theora. I think it's worth a mention in theora.org website. It's a shame there's no subtitles, for most of
2004 Apr 20
1
Re: [R] Error message during debug (PR#6804)
On Tue, 20 Apr 2004 13:48:43 -0400 (EDT), "Gabor Grothendieck"
<ggrothendieck@myway.com> wrote :
>
>In R 1.9.0 on Windows XP Pro I get an error if I try to
>debug the identity function f shown:
>
> > f <- function(x)x
> > debug(f)
> > f(1)
> debugging in: f(1)
> Error in f(1) : Unimplemented feature in eval
> > R.version.string
> [1]
2003 Nov 05
1
save(iris,file="clipboard",ascii=TRUE)
Is this a bug? I thought that "clipboard" could always be substituted
for a filename when dealing with ASCII files.
> data(iris)
> save(iris,ascii=TRUE,file="clipboard")
Error in file(file, "wb") : `mode' for the clipboard must be `r' or `w'
Also this (where gclip is a utility found at unxutils.sourceforge.net
that copies its standard input to the
2006 Aug 09
3
Regarding samba compilation
Hi,
Am trying to add some Debug statement to smbd, for example in service.c. But problem is when I recomplile and make install, smbd doesnt get updated with that code. problem here is this smbd executable(usr/sbin/smbd) doesnt get updated with the latest install. please help..
Regards,
Samid.
_______________________________________________
No banners. No pop-ups. No kidding.
Make My Way