Displaying 20 results from an estimated 20303 matches for "minded".
2018 Mar 27
6
10 minutes between primary group change and effect on Fedora 27
My smb.conf looks like so.
[global]
security = ads
realm = MIND.UNM.EDU
workgroup = MIND
idmap config * : backend = tdb
idmap config * : range = 2000-7999
idmap config MIND:backend = ad
idmap config MIND:schema_mode = rfc2307
idmap config MIND:range = 8000-9999999
idmap config MIND:unix_nss_info = yes
winbind use default domain = yes
restrict anonymous = 2
I have
2017 Oct 30
2
winbind rfc2307 not being obeyed
I found what I needed to do
DOMAIN=MIND.UNM.EDU
SHORT=MIND
authconfig --enablekrb5 --krb5kdc=${DOMAIN}
--krb5adminserver=${DOMAIN} --krb5realm=${DOMAIN} --enablewinbind
--enablewinbindauth --smbsecurity=ads --smbrealm=${DOMAIN}
--smbservers=${DOMAIN} --smbworkgroup=${SHORT}
--winbindtemplatehomedir=/na/homes/%U --winbindtemplateshell=/bin/bash
--enablemkhomedir --enablewinbindusedefaultdomain
2017 Oct 30
2
winbind rfc2307 not being obeyed
My smb.conf file now looks like so
[global]
#--authconfig--start-line--
# Generated by authconfig on 2017/10/30 10:47:34
# DO NOT EDIT THIS SECTION (delimited by --start-line--/--end-line--)
# Any modification may be deleted or altered by authconfig in future
workgroup = MIND
password server = MIND.UNM.EDU
realm = MIND.UNM.EDU
security = ads
idmap config * : range = 2000-7999
2011 Nov 14
1
WHat's Your Brain Grade?
Friends Human Brain is Mysterious. It is More Powerful than any super computer in Thsi world. you can Do things Like You have never imagined before, Using Your Mind. Like:
Controlling Any Person Using Your Mind (He/she will do whatever you want them to do
Bain as a Remote Control. To Putt Off and On the Devices using Your Brain, and not touching The remote control at all
Click Here To Use Your
2017 Oct 30
4
winbind rfc2307 not being obeyed
OS:fedora-26
SAMBA:4.6.8
[root at squints ~]# cat /etc/samba/smb.conf
[global]
security = ads
realm = MIND.UNM.EDU
workgroup = MIND
idmap config * : backend = tdb
idmap config * : range = 2000-7999
idmap config MIND:backend = ad
idmap config MIND:schema_mode = rfc2307
idmap config MIND:range = 8000-9999999
winbind nss info = rfc2307
winbind use default domain = yes
2018 Mar 13
2
Odd default group behaviour.
My smb.conf file looks like so
[global]
security = ads
realm = MIND.UNM.EDU
workgroup = MIND
idmap config * : backend = tdb
idmap config * : range = 2000-7999
idmap config MIND:backend = ad
idmap config MIND:schema_mode = rfc2307
idmap config MIND:range = 8000-9999999
# added because 4.6+ no longer understands winbind nss info = rfc2307
idmap config
2017 Oct 30
0
winbind rfc2307 not being obeyed
nope that just brute forced homedir and shell. It'll work for what I
want this machine for but I'd like to get the homedir and shell from
AD
On Mon, Oct 30, 2017 at 10:54 AM, Jeff Sadowski <jeff.sadowski at gmail.com> wrote:
> My smb.conf file now looks like so
> [global]
> #--authconfig--start-line--
>
> # Generated by authconfig on 2017/10/30 10:47:34
> # DO NOT
2018 Mar 13
2
Odd default group behaviour.
On Tue, Mar 13, 2018 at 12:54 PM, Rowland Penny via samba
<samba at lists.samba.org> wrote:
> On Tue, 13 Mar 2018 12:13:32 -0600
> Jeff Sadowski via samba <samba at lists.samba.org> wrote:
>
>> My smb.conf file looks like so
>>
>> [global]
>> security = ads
>> realm = MIND.UNM.EDU
>> workgroup = MIND
>> idmap config * :
2018 Mar 13
2
Odd default group behaviour.
On Tue, Mar 13, 2018 at 4:03 PM, Rowland Penny via samba
<samba at lists.samba.org> wrote:
> On Tue, 13 Mar 2018 15:57:35 -0600
> Jeff Sadowski <jeff.sadowski at gmail.com> wrote:
>
>> On Tue, Mar 13, 2018 at 12:54 PM, Rowland Penny via samba
>> <samba at lists.samba.org> wrote:
>> > On Tue, 13 Mar 2018 12:13:32 -0600
>> > Jeff Sadowski via
2018 Mar 13
2
Odd default group behaviour.
On Tue, Mar 13, 2018 at 4:12 PM, Rowland Penny via samba
<samba at lists.samba.org> wrote:
> On Tue, 13 Mar 2018 16:05:53 -0600
> Jeff Sadowski <jeff.sadowski at gmail.com> wrote:
>
>> On Tue, Mar 13, 2018 at 4:03 PM, Rowland Penny via samba
>> <samba at lists.samba.org> wrote:
>> > On Tue, 13 Mar 2018 15:57:35 -0600
>> > Jeff Sadowski
2018 Mar 27
0
10 minutes between primary group change and effect on Fedora 27
Hai,
Checked and confirmed also on Debian stretch with samba 4.7.6.
Even restart winbind does not help.
A net cache flush, same did not work.
A reboot, as test, did help here.
I suggest increase the debug level and report bug?
Greetz,
Louis
> -----Oorspronkelijk bericht-----
> Van: samba [mailto:samba-bounces at lists.samba.org] Namens Jeff
> Sadowski via samba
>
2012 Jul 09
0
Problem in plm package
Hello everyone,
I am working with plm package and I have problem with random and within
models, which are giving errors which says "empty model". However, the model
is not empty. In the source code for plm.fit, where the error originates it
says something like (writing from the top of my head...)
X <- model.matrix(formula,data, lhs=1,...)
if (ncol(X) == 0) stop("empty
2017 Oct 30
0
winbind rfc2307 not being obeyed
fedora's authconfig must edit a bunch of files
On Mon, Oct 30, 2017 at 10:53 AM, Jeff Sadowski <jeff.sadowski at gmail.com> wrote:
> I found what I needed to do
> DOMAIN=MIND.UNM.EDU
> SHORT=MIND
> authconfig --enablekrb5 --krb5kdc=${DOMAIN}
> --krb5adminserver=${DOMAIN} --krb5realm=${DOMAIN} --enablewinbind
> --enablewinbindauth --smbsecurity=ads --smbrealm=${DOMAIN}
2017 Jan 31
3
How to get password expiration?
my smb.conf looks as follows.
[global]
security = ads
realm = AD.MYDOMAIN.TLD
workgroup = AD
idmap config * : backend = tdb
idmap config * : range = 2000-7999
idmap config MIND:backend = ad
idmap config MIND:schema_mode = rfc2307
idmap config MIND:range = 8000-9999999
winbind nss info = rfc2307
winbind use default domain = yes
winbind enum users = yes
winbind
2018 Mar 14
1
Odd default group behaviour.
On Tue, Mar 13, 2018 at 7:30 PM, Jeff Sadowski <jeff.sadowski at gmail.com> wrote:
> On Tue, Mar 13, 2018 at 5:31 PM, Jeff Sadowski <jeff.sadowski at gmail.com> wrote:
>> On Tue, Mar 13, 2018 at 4:12 PM, Rowland Penny via samba
>> <samba at lists.samba.org> wrote:
>>> On Tue, 13 Mar 2018 16:05:53 -0600
>>> Jeff Sadowski <jeff.sadowski at
2018 Mar 13
0
Odd default group behaviour.
On Tue, 13 Mar 2018 12:13:32 -0600
Jeff Sadowski via samba <samba at lists.samba.org> wrote:
> My smb.conf file looks like so
>
> [global]
> security = ads
> realm = MIND.UNM.EDU
> workgroup = MIND
> idmap config * : backend = tdb
> idmap config * : range = 2000-7999
> idmap config MIND:backend = ad
> idmap config MIND:schema_mode =
2007 Jun 18
2
Large Binary file reader for Simple minds
I'm more like a caveman when it comes to programming tools. So, with that
in mind, is there a way to use readBin in a batch format to read in pieces
of a large binary file? Thank you for the consideration of my question.
Todd Remund
2018 Mar 13
0
Odd default group behaviour.
On Tue, 13 Mar 2018 15:57:35 -0600
Jeff Sadowski <jeff.sadowski at gmail.com> wrote:
> On Tue, Mar 13, 2018 at 12:54 PM, Rowland Penny via samba
> <samba at lists.samba.org> wrote:
> > On Tue, 13 Mar 2018 12:13:32 -0600
> > Jeff Sadowski via samba <samba at lists.samba.org> wrote:
> >
> >> My smb.conf file looks like so
> >>
>
2018 Mar 27
2
10 minutes between primary group change and effect on Fedora 27
On Tue, Mar 27, 2018 at 9:15 AM, Rowland Penny <rpenny at samba.org> wrote:
> On Tue, 27 Mar 2018 08:46:00 -0600
> Jeff Sadowski via samba <samba at lists.samba.org> wrote:
>
>> My smb.conf looks like so.
>>
>> [global]
>> security = ads
>> realm = MIND.UNM.EDU
>> workgroup = MIND
>> idmap config * : backend = tdb
>>
2018 Mar 13
0
Odd default group behaviour.
On Tue, 13 Mar 2018 16:05:53 -0600
Jeff Sadowski <jeff.sadowski at gmail.com> wrote:
> On Tue, Mar 13, 2018 at 4:03 PM, Rowland Penny via samba
> <samba at lists.samba.org> wrote:
> > On Tue, 13 Mar 2018 15:57:35 -0600
> > Jeff Sadowski <jeff.sadowski at gmail.com> wrote:
> >
> >> On Tue, Mar 13, 2018 at 12:54 PM, Rowland Penny via samba
>