Displaying 8 results from an estimated 8 matches for "devtest".
Did you mean:
detest
2016 Jul 20
2
Getent passwd doesn't show Domain Members
...smbclient winbind acl attr
krb5-config libnss-winbind libpam-winbind libpam-krb5 krb5-user
/etc/resolv.conf contains this:
search samdom.example.com
nameserver 192.168.0.5
nameserver 192.168.0.6
The nameservers are my two DCs
/etc/hosts contains this:
127.0.0.1 localhost
192.168.0.8 devtest.samdom.example.com devtest
# The following lines are desirable for IPv6 capable hosts
::1 localhost ip6-localhost ip6-loopback
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
If the computer was using dhcp, the '192.168.0.8' line wouldn't be there.
/etc/krb5.conf contains:
[lib...
2016 Jul 20
1
Getent passwd doesn't show Domain Members
...tc/resolv.conf contains this:
>>
>> search samdom.example.com
>> nameserver 192.168.0.5
>> nameserver 192.168.0.6
>>
>> The nameservers are my two DCs
>>
>> /etc/hosts contains this:
>>
>> 127.0.0.1 localhost
>> 192.168.0.8 devtest.samdom.example.com devtest
>>
>> # The following lines are desirable for IPv6 capable hosts
>> ::1 localhost ip6-localhost ip6-loopback
>> ff02::1 ip6-allnodes
>> ff02::2 ip6-allrouters
>>
>> If the computer was using dhcp, the '192.168.0.8'...
2016 Jul 20
0
Getent passwd doesn't show Domain Members
...m-winbind libpam-krb5 krb5-user
>
> /etc/resolv.conf contains this:
>
> search samdom.example.com
> nameserver 192.168.0.5
> nameserver 192.168.0.6
>
> The nameservers are my two DCs
>
> /etc/hosts contains this:
>
> 127.0.0.1 localhost
> 192.168.0.8 devtest.samdom.example.com devtest
>
> # The following lines are desirable for IPv6 capable hosts
> ::1 localhost ip6-localhost ip6-loopback
> ff02::1 ip6-allnodes
> ff02::2 ip6-allrouters
>
> If the computer was using dhcp, the '192.168.0.8' line wouldn't be there...
2016 Jul 21
0
Getent passwd doesn't show Domain Members
...gt;>> search samdom.example.com
>>> nameserver 192.168.0.5
>>> nameserver 192.168.0.6
>>>
>>> The nameservers are my two DCs
>>>
>>> /etc/hosts contains this:
>>>
>>> 127.0.0.1 localhost
>>> 192.168.0.8 devtest.samdom.example.com devtest
>>>
>>> # The following lines are desirable for IPv6 capable hosts
>>> ::1 localhost ip6-localhost ip6-loopback
>>> ff02::1 ip6-allnodes
>>> ff02::2 ip6-allrouters
>>>
>>> If the computer was using dh...
2016 Jul 19
8
Getent passwd doesn't show Domain Members
Dear Support-Team,
i have a problem regarding the function of winbind on a samba4 Active Directory Domain Controller.
I installed samba4 from the standard debian sources.
Made the domain provisioning and installed Kerberos.
After that I installed winbind and linked the libnss_winbind.so.2 -> libnss_winbind.so.
Wbinfo -u and wbinfo -g do work properly.
The strange thing is, that
2005 Apr 27
4
do I need to iptables mark in this scenario?
Hello,
really new to advanced linux routing, but I have managed to setup
something that sort of works for my needs.
I have a linux box with this configuration:
Internet - eth0 - eth1 - many users
I''m using a NAT to allow my users Internet access.
On some users, I wish to shape their download speeds as to not overload
our outside connection.
Here is what I do to shape them at 64k
2012 Apr 02
8
[Bug 8838] New: rsync daemon chooses wrong destination place if space and the module name is part of it
...and the module name.
Version-Release number of selected component (if applicable):
Latest upstream version is also having this bug.
How reproducible:
Every time.
Steps to Reproduce:
1. Create directory /tmp/foo.
2. Create a minimal rsyncd.conf, e.g.
"""
use chroot = false
uid = devtest
[foo]
path = /tmp/foo
read only = false
"""
3. Start rsyncd with "sudo rsync --daemon --no-detach --config=rsyncd.conf".
4. Module name (in this case "foo") should appear after the space in
destination path.
- mkdir -p '/tmp/foo/c foo'
- rsync '/etc...
2012 May 15
5
setting up the SQLite database
I know this isn''t Python, but I''d like to get a view on the ''one
obvious'' way to set up an SQLite (or other) database and its location
per-app. I''ve got a bit lost with the Camping 2 changes and various
code snippets I have kicking around.
1.
is it best to set up the DB creation/connection:
1.1
at the end of the app