Displaying 20 results from an estimated 400 matches similar to: "Getent Group dont'work"
2015 May 18
1
Getent group don't work
Hi
Oracle Linux Server client with Samba 3.6.23 (file server) joined to the
Samba4 AD domain.
----------------
smb.conf
[global]
#--authconfig--start-line--
netbios name = FS
server string = "GSDAD Fileserver"
workgroup = GSDAD
realm = AD.GSD.LAN
security = ads
winbind use default domain = yes
idmap config * : backend = rid
idmap config * : range =
2012 Jul 25
0
Active Directory on OpenIndiana: cannot set group permission
Hello Samba team,
On our Solaris 10u8 system with the exact config, I'm able to set
both Active Directory user and group permissions. On our OpenIndiana
system I'm able to set Active Directory *user* permissions but when I
try to set Active Directory group permission it fails. Here is the
command along with the error:
/usr/bin/chmod
2018 Feb 21
0
Could not convert sid: NT_STATUS_NO_SUCH_USER
Hai,
Thank you for having trust in my packages.. :-)
Now if you use my package, i suggest, do read the howto's also...
All you need for a good setup on debian stretch is there.
if anyone find/see's improvements, please tell me... Or change it on github, thats why its there.
First is this an upgraded domain? Or a new domain?
What does `getent passwd username` tell you.
Same for `id
2018 Feb 21
2
Could not convert sid: NT_STATUS_NO_SUCH_USER
hi all,
I can't figure out why winbind can't find ad users with wbinfo calls.
It happens on a member server, Debian GNU/Linux stretch, samba is 4.7.5
from Louis repository:
[global]
security = ADS
workgroup = EXAMPLEAD
realm = EXAMPLE.ORG
idmap config * : backend = tdb
idmap config * : range = 1000000-3000000
idmap config EXAMPLEAD:backend = ad
idmap config
2015 Apr 15
1
wbinfo -u/-g/-n works, but not 'wbinfo -i' or 'id'
Quoting Adam Tauno Williams <awilliam at whitemice.org>:
>>>> It should work, it sounds like a mis-configuration somewhere, can you
>>>> post the smb.conf, /etc/nsswitch.conf, /etc/resolv.conf and
>>>> /etc/krb5.conf from the member server.
>>> "wbinfo -u" lists 415 lines
>>> "getent passwd" returns 93 lines
2012 Dec 06
0
SID_TO_UID not working
Hello everyone,
I use winbind against a Samba DC for nsswich, and on one client it works
perfectly (Samba 3.5.15 on all systems). On another client, everything works
except SID_TO_UID (i.e. wbinfo -i, -S ... which breaks directory listings,
too). I've now tried to narrow down the problem in a level 10 log, but I need
some help interpreting. In log.winbindd, I see the following when
2019 Apr 10
3
chown: changing ownership of 'test': Invalid argument
Hi Roland
On Wed, 10 Apr 2019 at 12:00, Rowland Penny <rpenny at samba.org> wrote:
> On Wed, 10 Apr 2019 11:41:52 +0200
> Ian Coetzee <samba at iancoetzee.za.net> wrote:
>
> > Ho Roland,
> >
> > Replies inline
> >
> > >
> > > > The only user I have is the jeadmin user which is the domain
> > > > admin as well as a
2014 Oct 15
0
permissions when moving mails
Hi!
I am using Unix groups to control access to shared mailboxes.
This works fine as long as files are not moved between mailboxes that
are owned by different groups. The move operation doesn't change group
ownership of the mail.
Is there a way to force dovecot to e.g. inherit the ownership from the
parent folder, not only for new messages bot also for messages moved
from one folder to
2015 Nov 11
0
Printer server on AD server
On 11/11/15 10:41, Daniel Carrasco Marín wrote:
> Hi, first of all i'm sorry for my english.
>
> I'm trying to create a print server in the same server that has the samba
> AD but i cannot make it work. For now i've:
>
> - A working AD server with Samba 4.2.5
> - A Cups server with the print drivers
> - GPO policies to install the printers in the
2015 Nov 11
0
Printer server on AD server
On 11/11/15 11:31, Daniel Carrasco Marín wrote:
> Thanks to both but did not worked. Tomorrow i'll try to reinstall the
> whole OS because maybe i've installed something wrong.
>
> Greetings!!
>
> 2015-11-11 12:08 GMT+01:00 Rowland Penny <rowlandpenny241155 at gmail.com
> <mailto:rowlandpenny241155 at gmail.com>>:
>
> On 11/11/15 10:41, Daniel
2012 May 13
1
userdb namespace settings bug
Hi!
Since upgrading to 2.1.6, setting namespaces via environment variables
using a imap-postlogin-script *sometimes* doesn't work.
Sometimes, the prefix of a namespace isn't set correctly, but is set to
an empty string, which leads to the following error:
namespace configuration error: Duplicate namespace prefix: ""
However, the environment is set correctly, the error seems to
2015 Nov 12
0
Printer server on AD server
Finally is working... I'm not sure, but maybe the problem was stupid (spool
folder did not exist for example).
Now I've another weird problem and I don't know how to find out the
solution. When I use the original server fqdn or the ip address it works
prefect, but I've added another dns entry and using that dns name all
shares fail. I can resolve the name and even I can see the
2013 Apr 17
1
mgcv: how select significant predictor vars when using gam(...select=TRUE) using automatic optimization
I have 11 possible predictor variables and use them to model quite a few
target variables.
In search for a consistent manner and possibly non-manual manner to identify
the significant predictor vars out of the eleven I thought the option
"select=T" might do.
Example: (here only 4 pedictors)
first is vanilla with "select=F"
>
2008 Oct 23
3
Fuctions help!
Hi everyone,
I have a question about functions. I have two functions:
Sampling=function(fname,Total,nSample,nPatient){......return(list(Gmean,Gsd))}
Power=function(alfa,m1,m2,s1,s2,n1,n2){....return(powe)}
I want to use "Gmean" and "Gsd" which are the returned values from
"Sampling" function, in "Power" function.
i.e. when I call "power" I want
2008 Oct 17
2
function help
Hi everyone,
I have dataset which I make a sample of it couple of times and each time I
get the mean and standard deviation of each row for each sample. I have a
function for that, which takes the name of the file and number of times to
sample and then returns the mean and standard deviation for each row in each
sample.
Sample=function(name, n){
2008 Oct 22
2
Help with functions
Hi there,
I have a the following function which takes a name(fname), total number of
rows (Total), number of times to make a sample(nSample), number of
records/rows to be included in each sample(nPatient). then it generates
required samples and calculates the mean and standard deviation of the
columns for each sample and finally in calculates the grand mean and
standard deviation.
The problem
2015 Nov 11
2
Printer server on AD server
Thanks to both but did not worked. Tomorrow i'll try to reinstall the whole
OS because maybe i've installed something wrong.
Greetings!!
2015-11-11 12:08 GMT+01:00 Rowland Penny <rowlandpenny241155 at gmail.com>:
> On 11/11/15 10:41, Daniel Carrasco Marín wrote:
>
>> Hi, first of all i'm sorry for my english.
>>
>> I'm trying to create a print
2015 Nov 11
2
Printer server on AD server
It's already done. I did a lot of tests, installed testing packages... and
y prefer to start with a clean system. Anyway was an empty domain with only
an user.
I'll report how it works ;)
Greetings!!
El 11 nov. 2015 12:43 p. m., "Rowland Penny" <rowlandpenny241155 at gmail.com>
escribió:
> On 11/11/15 11:31, Daniel Carrasco Marín wrote:
>
>> Thanks to both
2012 May 16
2
Trouble with mount.cifs while smbclient works (Ubuntu 12.04)
I just upgraded from Ubuntu 11.04 to 12.04 and am working to restore access to the windows shares I use at work.
smbclient connects immediately:
sudo smbclient //server/share -A /etc/.smb_creds.txt
mount.cifs fails (with "mount error(13): Permission denied"):
sudo mount.cifs //server/share /mnt/ -o credentials=/etc/.smb_creds.txt
my credentials file is as
2015 Nov 11
3
Printer server on AD server
Hi, first of all i'm sorry for my english.
I'm trying to create a print server in the same server that has the samba
AD but i cannot make it work. For now i've:
- A working AD server with Samba 4.2.5
- A Cups server with the print drivers
- GPO policies to install the printers in the client computer
All works perfect and even i can send test pages from cups, but i cannot