search for: sortlist

Displaying 20 results from an estimated 21 matches for "sortlist".

Did you mean: shortlist
2006 Jun 24
0
Sortable with sortables? this.destroy not a function O_o
...rtable aswell. So i wrap a div around them and run sortable create on the main-container. I have it like so (simplified): var myLists = new Array(); // start a empty array for push var mainDiv = ''main''; // some already present div to carry all stuff. function newList() { var sortlist = Builder.node(''div'', {id:''parent_''+randomId}, [ Builder.node(''ul'', {id:''childsort_''randomId}) ]); // wrapping another div around the list for dragging. $(mainDiv).appendChild(sor...
2005 Mar 29
2
A small question on Winbind
Hi it's possible with wbinfo that get a information: 1- Get all users of one Active Directory Group 2- Get all groups of one username ? (i want create a small perl script for add automatiquely user into Squidguard, other user say me that Squidguard can't directly get the Active DIrectory Group (only use username) Thanks for your help
2018 Nov 16
2
multiple file server
....com 192.168.0.1 A fs.example.com 192.168.1.1 A dc-fillial1.example.com 192.168.1.1 A fs.example.com 192.168.2.1 A dc-fillial2.example.com 192.168.2.1 A fs.example.com 192.168.3.1 A dc-fillial3.example.com 192.168.3.1 A fs.example.com for correctly rezolv on the side of BIND is configured         sortlist {         { 192.168.0/24; { 192.168.0/24; }; };         { 192.168.1/24; { 192.168.1/24; }; };         { 192.168.2/24; { 192.168.2/24; }; };         { 192.168.3/24; { 192.168.3/24; }; };}; if open \\fs.example.com in office nerwork -> \\dc-office.example.com if open \\fs.example.com in filli...
2007 Aug 01
3
FreeBSD Security Advisory FreeBSD-SA-07:07.bind
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 ============================================================================= FreeBSD-SA-07:07.bind Security Advisory The FreeBSD Project Topic: Predictable query ids in named(8) Category: contrib Module: bind Announced:
2007 Aug 01
3
FreeBSD Security Advisory FreeBSD-SA-07:07.bind
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 ============================================================================= FreeBSD-SA-07:07.bind Security Advisory The FreeBSD Project Topic: Predictable query ids in named(8) Category: contrib Module: bind Announced:
2005 Jul 18
1
fix for scriptaculous dragdrop.js empty list problem
...ether the list is empty or not, and the effects kick in nicely, animating it upwards until it hits the top of the empty container or the lowest list item. It works with DIV tags too, just override with tag:div when creating the Sortables. Sample bit of html to support it: <td class=''sortlist'' width=''270'' valign=''top''> <h3 class=''sortHeaderRow''>Unselected</h3> <div id=''firstCell'' style=''height:100%''> <ul id="firstlist" style=''border:solid red 1px...
2007 Apr 26
5
class parameters
Hello there, Just wanted to know if class will be able to have parameters ? Right now i use: define resolver( $options =''rotate'', $nameserver, $search='''',$domain='''',$sortlist=''''){ file{ ''/etc/resolv.conf'': content => template(''/var/puppet/templates/System/etc/resolv.conf''), owner => ''root'', mode => 644,...
2010 Feb 06
4
Sorting
Hi, I have a list of vectors (of varying lengths). I'd like to sort this list by applying a function to each pair of vectors in the list and returning information to sorting routine that let's it know which one is larger. To solve problems like this in Common Lisp, the sort function accepts a function as an argument. The arguments to this function are two elements of the list which is
2014 Sep 23
3
Samba3 on multiple networks, how to make it hand out the correct IP?
Hi, My Samba 4.1.x server is connected to two networks, one in the 192.168.* range (wired) and one in the 10.* range (wifi). The clients on either network normally cannot reach each other. I noticed Samba hands out (eg: for dcname.company.net) it's IP's from both ranges to clients on both sides. So the 192.168.* clients get two A records: 192.168.1.1 & 10.0.0.2. I noticed that,
2018 Oct 10
2
same netbios aliases on multiple servers
we have many branch, with different call quality, each branch, has a samba DC with a file server, and in order not to create labels for each branch, we set up a geo round robin on the DNS server. branch A net 192.168.1.0/24 dc and fs 192.168.1.1 name fs1 branch B net 192.168.2.0/24 dc and fs 192.168.2.1 name fs2 if open fs.example in branch A, then user open fs1 if open fs.example in
2018 Nov 16
0
multiple file server
...8.1.1 A dc-fillial1.example.com > 192.168.1.1 A fs.example.com > 192.168.2.1 A dc-fillial2.example.com > 192.168.2.1 A fs.example.com > 192.168.3.1 A dc-fillial3.example.com > 192.168.3.1 A fs.example.com > > for correctly rezolv on the side of BIND is configured >         sortlist { >         { 192.168.0/24; { 192.168.0/24; }; }; >         { 192.168.1/24; { 192.168.1/24; }; }; >         { 192.168.2/24; { 192.168.2/24; }; }; >         { 192.168.3/24; { 192.168.3/24; }; };}; > > if open \\fs.example.com in office nerwork -> \\dc-office.example.com &gt...
2019 May 03
0
Possibly WERR_DS_DRA_ACCESS_DENIED or NT_STATUS_CANT_ACCESS_DOMAIN_INFO
..."; > root at DC2:/etc/bind# cat named.conf.local > // Generated by Zentyal Why? they seem to be making a right mess of it ;-) Mine is just: include "/var/lib/samba/bind-dns/named.conf"; > > root at DC2:/etc/bind# cat named.conf.options > > options { > sortlist { > { 192.168.1.0/24 ;{ 192.168.1.0/24 ; };}; > }; > directory "/var/cache/bind"; > auth-nxdomain no; # conform to RFC1035 > > allow-query { any; }; > allow-recursion { trusted; }; > allow-query-cache { trusted; }; > a...
2019 May 02
3
Possibly WERR_DS_DRA_ACCESS_DENIED or NT_STATUS_CANT_ACCESS_DOMAIN_INFO
...ty"; }; zone "31.172.in-addr.arpa" { type master; file "/etc/bind/db.empty"; }; zone "168.192.in-addr.arpa" { type master; file "/etc/bind/db.empty"; }; root at DC2:/etc/bind# root at DC2:/etc/bind# cat named.conf.options options { sortlist { { 192.168.1.0/24 ;{ 192.168.1.0/24 ; };}; }; directory "/var/cache/bind"; // If there is a firewall between you and nameservers you want // to talk to, you might need to uncomment the query-source // directive below. Previous versions of BIND always ask...
2019 May 03
1
Possibly WERR_DS_DRA_ACCESS_DENIED or NT_STATUS_CANT_ACCESS_DOMAIN_INFO
...master; > file "/etc/bind/db.empty"; > }; > zone "168.192.in-addr.arpa" { > type master; > file "/etc/bind/db.empty"; > }; > root at DC2:/etc/bind# > > root at DC2:/etc/bind# cat named.conf.options > > options { > sortlist { > { 192.168.1.0/24 ;{ 192.168.1.0/24 ; };}; > }; > directory "/var/cache/bind"; > > // If there is a firewall between you and nameservers you want > // to talk to, you might need to uncomment the query-source > // directive below. P...
2019 May 06
1
Possibly WERR_DS_DRA_ACCESS_DENIED or NT_STATUS_CANT_ACCESS_DOMAIN_INFO
...t 1286144 Apr 30 08:19 share.ldb > -rw-r--r-- 1 root root 955 May 2 12:50 spn_update_list > drwx------ 2 root root 4096 Apr 30 08:19 tls/ > > > > > > > > root at DC2:/etc/bind# cat named.conf.options > > > > > > options { > > > sortlist { > > > { 192.168.1.0/24 ;{ 192.168.1.0/24 ; };}; > > > }; > > > directory "/var/cache/bind"; > > > auth-nxdomain no; # conform to RFC1035 > > > > > > allow-query { any; }; > > > allow-recurs...
2019 May 02
3
Possibly WERR_DS_DRA_ACCESS_DENIED or NT_STATUS_CANT_ACCESS_DOMAIN_INFO
I have read that so many times. I started out with the simple, prompted 'samba-tool domain join' and built up from there. Version is: Samba 4.7.6 from Ubuntu (18.04.2) Interesting what happens when I take out --site directive (see below). root at DC2:~# samba-tool domain join DOMAIN1.DOMAIN DC --username='DOMAIN1\EnterpriseAdminUser' --realm='DOMAIN1.DOMAIN'
2020 Sep 01
0
Changing IP Scope on a Samba DC
...ne "0.in-addr.arpa" { type master; file "/etc/bind/db.0"; }; zone "255.in-addr.arpa" { type master; file "/etc/bind/db.255"; }; include "/etc/bind/named.conf.local"; ----------- Checking file: /etc/bind/named.conf.options options { sortlist { 192.168.2.0/24; }; directory "/var/cache/bind"; // If there is a firewall between you and nameservers you want // to talk to, you might need to uncomment the query-source // directive below. Previous versions of BIND always asked // question...
2017 Mar 01
5
problem with sessions
Hi i got a pdc with samba 4.5.1 with ldap backend for autentication The users can login into domain and everythings fine, after some days, the resources of the networks in this case the shares directory, can't be access by anyone, even them directory in common to everyone. i found this message with the same problem https://lists.samba.org/archive/samba/2014-March/179632.html and i applied
2020 Sep 01
2
Changing IP Scope on a Samba DC
On 01/09/2020 00:33, Peter Pollock wrote: > I just ran? samba_dnsupdate --all-names and got this: > > itadmin at genesis:~$ sudo samba_dnsupdate --all-names > add_interface: not adding duplicate interface 192.168.1.11 You said that you were using the 192.168.2.0/24 network, where is that ipaddress coming from ? > ldb_wrap open of secrets.ldb > > update failed: NOTAUTH >
2017 Mar 02
4
problem with sessions
...aster; file "/etc/bind/db.empty"; }; zone "31.172.in-addr.arpa" { type master; file "/etc/bind/db.empty"; }; zone "168.192.in-addr.arpa" { type master; file "/etc/bind/db.empty"; }; ---------- named.conf.options options { sortlist { { 192.168.100.0/22 ;{ 192.168.100.0/22 ; };}; }; directory "/var/cache/bind"; // If there is a firewall between you and nameservers you want // to talk to, you might need to uncomment the query-source // directive below. Previous versions of BIND always...