search for: enfusion

Displaying 11 results from an estimated 11 matches for "enfusion".

2003 Sep 15
1
winbindd using FQDN domain name now?
...p_utils.c:ads_do_search_retry(52) Search for (objectclass=*) gave 1 replies [2003/09/15 15:46:49, 3] nsswitch/winbindd_ads.c:name_to_sid(312) ads: name_to_sid [2003/09/15 15:46:49, 5] libads/ldap_utils.c:ads_do_search_retry(52) Search for (|(sAMAccountName=neil)(userPrincipalName=neil@GENOSHA.ENFUSION-GROUP.COM)) gave 1 replies [2003/09/15 15:46:49, 3] libads/ads_ldap.c:ads_name_to_sid(82) ads name_to_sid mapped neil [2003/09/15 15:46:50, 3] nsswitch/winbindd_misc.c:winbindd_ping(208) [ 6439]: ping [2003/09/15 15:46:50, 3] nsswitch/winbindd_user.c:winbindd_getpwnam(112) [ 6439]: getpwnam g...
2002 Mar 08
1
Two outbound links, switching after threshold is reached.
...s outbound capacity becomes full, start directing subsequent connections out via ISP2. This way ISP2 is only used when ISP1 is busy. I have no idea whether this is possible using 2.4 and advanced routing features. Or, whether it''s just a stupid idea. Anyone? -- Adrian Chung (adrian at enfusion-group dot com) http://www.enfusion-group.com/~adrian GPG Fingerprint: C620 C8EA 86BA 79CC 384C E7BE A10C 353B 919D 1A17 [toad.enfusion-group.com] up 8 days, 14:07, 17 users
2003 Sep 03
1
wbinfo fails with disable netbios = yes
...s. Commenting out that parameter seems to work fine. It looks like the DNS queries for DCs is unsuccessful without NetBIOS enabled. I'm running samba-3.0.0rc2-rh8_2 from samba.org. Here's my smb.conf file: # Global parameters [global] workgroup = GENOSHA realm = GENOSHA.ENFUSION-GROUP.COM server string = Enfusion Group fileserver interfaces = 192.168.100.10/24 security = ADS password server = beast.genosha.enfusion-group.com nightcrawler.genosha.enfusion-group.com client lanman auth = No client plaintext auth = No log...
2003 Jul 21
0
winbind stops authenticating until a restart.
...swd/group' return absolutely no results. Once I restart winbindd, everything works fine again. This has been happening for about a month, almost every day, starting with Samba 3.0.0beta1, and now still with 3.0.0beta3. I've got (among other settings): security = ads realm = GENOSHA.ENFUSION-GROUP.COM password server = beast.genosha.enfusion-group.com obey pam restrictions = yes idmap uid = 10000-20000 idmap gid = 10000-20000 winbind separator = + domain master = no local master = no My setup is as follows: 2 Windows 2000 DCs, and two Linux servers, one running RH 8.0 w...
2003 Jul 21
0
winbind/kerberos with multiple DCs fail to authenticate.
...atter if Kerberos uses the first DC, and winbind uses the other? Or is that just a red herring? I know that I can specify both servers in both my password server list and krb5.conf, but that's still no guarantee that they'll both pick the same server each time. -- Adrian Chung (adrian at enfusion-group dot com) http://www.enfusion-group.com/~adrian/ GPG Fingerprint: C620 C8EA 86BA 79CC 384C E7BE A10C 353B 919D 1A17 [gambit.enfusion-group.com] 9:03pm up 57 days, 22:40, 10 users
2002 Feb 14
1
iproute2 src/FreeS/WAN
...#39; it should apply the rule to all traffic, including traffic from the local LAN that''s crossing the VPN, and change the src IP in the packets to its own internal IP. It''s kernel 2.2.19, I believe (definitely a 2.2 series kernel). What am I missing? -- Adrian Chung (adrian at enfusion-group dot com) http://www.enfusion-group.com/~adrian GPG Fingerprint: C620 C8EA 86BA 79CC 384C E7BE A10C 353B 919D 1A17 [rogue.enfusion-group.com] 1:15am up 18 days, 6:35, 2 users
2002 May 03
2
(no subject)
hi all, Iam using the following CBQs to limit the FTP bandwidth pease tell what changes are rquired to make it work.... tc qdisc del dev eth0 root tc qdisc add dev eth0 root handle 1:0 cbq allot 1514 avpkt 1000 bandwidth 100Mbit tc class add dev eth0 parent 1:0 classid 1:1 cbq allot 1514 bandwidth 100Mbit rate .4Mbit weight .4 prio 2 maxburst 20 cell 8 avpkt 1000 tc class add dev eth0
2002 Mar 20
3
device independent qdisc?
Hello ALL, is there a way to have a device independent qdisc, or a qdisc on some kind of virtuall interface? Background: I have a 5-Interface-Router with one Internet-Uplink. The Router should connect the clients on the other Interfaces to the Internet and to each other client. As i understood the hole TC stuff i can only get influence of outgoing traffic. In my case i can reduce the traffic of
2015 Aug 07
0
Wine release 1.7.49
The Wine development release 1.7.49 is now available. What's new in this release (see below for details): - DirectWrite is now good enough for rendering text in Steam. - A number of Direct2D improvements. - Some more OpenMP functions. - Support for namespaces in the IDL compiler. - Various bug fixes. The source is available from the following locations:
2013 Apr 18
0
Processed: adding new jessie tag to sid-tagged bugs
Processing commands for control at bugs.debian.org: > tags 653294 + jessie Bug #653294 [hellanzb] hellanzb: doesn't work with python-twisted 11.1.0-1 (patch included) Added tag(s) jessie. > tags 701439 + jessie Bug #701439 [src:ircd-hybrid] ircd-hybrid: ftbfs with eglibc-2.17 Added tag(s) jessie. > tags 616910 + jessie Bug #616910 [src:musiclibrarian] musiclibrarian: deprecation of
2003 Mar 08
1
[patch] rsync over existing I/O connections (new feature)
Hello, I wrote this patch that allows you to run rsync over an existing I/O connection, instead of creating a new rsh or socket connection. For example, I have a client and server that talk over ssh via a simple custom protocol. I want to use the existing ssh connection to transfer files, but I want the flexibility of rsync to do it. With this patch, I can do the following in my client