Displaying 20 results from an estimated 10000 matches similar to: "initrd question"
2016 Jun 06
2
office 365
https://technet.microsoft.com/en-us/magazine/jj631606.aspx
goes through the steps I remember taking in a windows environment. As you
can see step 2 is to install ADFS this is what would need emulated with
some web server.
So I will try and google ADFS on apache or nginx or linux. I'll let you
know if I find anything interesting.
On Mon, Jun 6, 2016 at 1:53 PM, Jeff Sadowski <jeff.sadowski
2005 Aug 11
7
Booting disk images with syslinux?
Is it possable to boot a diskimage with syslinux?
So often I run into bios upgrade disks images or can
easily create a disk image and would like an easy way
to just boot these images.
I know isolinux does this and I vagely remember using
it to make a bootable windows 95 cd back in the day.
It worked to.
It would be nice if I could just copy the disk image
to a usbstick and use syslinux to boot
2016 Jul 31
2
That domain could not be found
I tried using samba's internal dns server just to see if this made a
difference, but it did not.
On Sat, Jul 30, 2016 at 9:06 PM, Jeff Sadowski <jeff.sadowski at gmail.com>
wrote:
> It is. I am using bind and include the .../samba/private/named.conf in my
> primary bind file and changed the group of .../samba/private to named so
> named could read the files.
>
> On Sat,
2015 Dec 09
1
Adding an AD group to /etc/sudoers?
ok after fighting to get my groups sorted out for my test user I created an
"sudoer" group and added "jefftest" to "sudoer"
> id jefftest
uid=11507(jefftest) gid=8513(domain users) groups=8513(domain
users),31020(sudoer)
and added "sudoer" to /etc/sudoers like so
%sudoer ALL=(ALL) ALL
now when I login as jefftest I can run commands using sudo
back to
2015 Dec 09
2
Adding an AD group to /etc/sudoers?
# cat /proc/sys/kernel/ngroups_max
65536
# sysctl kernel.ngroups_max
kernel.ngroups_max = 65536
Is there a way to change/look at AUTH_SYS?
Seems I have 28 groups now as my user
I tried created a test user with much less groups
but it turns out it is on all those other groups.
As such I tried
winbind nested groups=no
but this doesn't seem to change anything.
On Tue, Dec 8, 2015 at 5:05
2015 Dec 08
2
Adding an AD group to /etc/sudoers?
# id username|sed "s/,/\n/g"|wc -l
155
# id|sed "s/,/\n/g"|wc -l
28
On Tue, Dec 8, 2015 at 2:56 PM, Jeff Sadowski <jeff.sadowski at gmail.com>
wrote:
> wbinfo -r username
> shows the gid of it
> and a bunch of -1's id guess for groups without gid's
> my user belongs to 155 groups is there a problem with that many groups?
>
> On Tue, Dec 8,
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
2016 Jun 07
0
office 365
Hi Jeff,
But I don't mind to run a windows IIS server for this at all. It's just
the AD DCs that are samba, we have a windows server running here
(printserver) that I could use for if required.
So you problems are because you tried to get this running using apache..?
Thanks for your reaction,
MJ
On 6-6-2016 22:22, Jeff Sadowski wrote:
>
2017 Oct 30
4
winbind rfc2307 not being obeyed
maybe it'll work when f27 comes out in a few days I'll wait for it.
On Mon, Oct 30, 2017 at 3:05 PM, Jeff Sadowski <jeff.sadowski at gmail.com> wrote:
> for this machine it was unimportant. I will just use local accounts to
> login it is only one user
> I did remove sssd and went back to my original smb.conf but it still shows
>
> [root at squints ~]# getent passwd
2016 Jul 30
2
That domain could not be found
Is the primary DNS on the windows machine set to the AD domain controller?
On Jul 30, 2016 4:42 PM, "Jeff Sadowski" <jeff.sadowski at gmail.com> wrote:
> following here
> https://www.samba.org/samba/docs/using_samba/ch12.html
> I decided to use explorer to test getting to it and I notice I can connect
> to the server using the Administrator user and password and see
2017 Jul 10
2
using samba with bind dlz
OK so I don't have a program tdbbackup. Where do I get it?
On Mon, Jul 10, 2017 at 10:38 AM, Jeff Sadowski <jeff.sadowski at gmail.com>
wrote:
>
>
> On Mon, Jul 10, 2017 at 9:45 AM, Jeff Sadowski <jeff.sadowski at gmail.com>
> wrote:
>
>> In /usr/lib64/python2.7/site-packages/samba/provision/sambadns.py
>>
>> Update: It is failing in
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
2017 Nov 05
3
ntfs user mappings?
On Sat, 4 Nov 2017 18:42:36 -0600
Jeff Sadowski <jeff.sadowski at gmail.com> wrote:
> I decided to continue trying the ldap route as well
>
> littlehex2int()
> {
> hex=$1
> hex_chunk=$(echo ${hex}|cut -c$2-$3)
> little=$(echo ${hex_chunk}|awk '{print
> substr($0,7,2)substr($0,5,2)substr($0,3,2)substr($0,1,2)}')
> echo "ibase=16; ${little}" |
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
2017 Oct 30
2
winbind rfc2307 not being obeyed
On Mon, 30 Oct 2017 12:22:54 -0600
Jeff Sadowski <jeff.sadowski at gmail.com> wrote:
> No, fedora is action strange. it isn't getting the loginShell and
> unixHomeDirectory attributes even if I take out the templates. also it
> sets a bunch of other files up and I'm not sure what all it is doing.
>
Forget it is Fedora, do not use their tools and set up the individual
1999 Apr 16
1
Microsoft Certified Professional Magazine publishes Samba art icle.
I got mcp mag a day or two ago, Great writeup!!
I was a little surprised that they ran such a glowing review of samba,
with some of the negative implications on NT. It is very nice to see
Microsoft show an interest in interoperability.
-Steve Roylance
> -----Original Message-----
> From: Jeremy Allison [SMTP:jallison@cthulhu.engr.sgi.com]
> Sent: Thursday, April 15, 1999 6:41 PM
>
2005 Oct 27
0
Not ready to load rootfs.gz
Hello,
I am having a problem with the second-generation of a custom isolinux
boot CD for one of the PCs here in the lab.
We have three types of PC here - two Dells and one from SGI (a SGI
230). The previous version of the custom bootcd still works on all
three platforms.
The new version only works on the Dells. It fails on only the SGIs with:
2019 Jul 30
3
winbind and locking accounts?
On 30/07/2019 15:39, Jeff Sadowski via samba wrote:
> winbindd -V
> Failed to create /var/log/samba/cores for user 11490 with mode 0700
> Unable to setup corepath for winbindd: Permission denied
> Version 4.10.5
>
> cat /etc/samba/smb.conf
> [global]
> log level = 3 winbind:5
> winbind cache time = 10
> security = ads
> realm = SUB.DOMAIN
>
2017 Jul 10
2
using samba with bind dlz
In /usr/lib64/python2.7/site-packages/samba/provision/sambadns.py
Update: It is failing in create_samdb_copy specifically here:
# Copy root, config, schema partitions (and any other if any)
# Since samdb is open in the current process, copy them in a child
process
try:
tdb_copy(os.path.join(private_dir, "sam.ldb"),
os.path.join(dns_dir,
2017 Oct 30
2
winbind rfc2307 not being obeyed
On Mon, 30 Oct 2017 10:58:01 -0600
Jeff Sadowski <jeff.sadowski at gmail.com> wrote:
> 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
>
The only real thing running authconfig did to the smb.conf was to add:
password server = MIND.UNM.EDU
You shouldn't need this,