similar to: SAMBA + KERBEROS + AD

Displaying 20 results from an estimated 1000 matches similar to: "SAMBA + KERBEROS + AD"

2009 Jun 17
1
wrong results when apply+sum with missing values (NA)
Hi all, I can't compute the sum by columns to a matrix using apply() when I've got missing values (either 0 or NA)... I've got this matrix: >nafam Micro Flavo Helio Pseud Rhodo Bdello Chloro Syntro Verruco Prochloro SAR11 I 1 1 1 NA NA 1 3 NA 1 6 1 VII NA 1 2 1 NA 2 16 1 NA 12 35 XI
2007 Apr 11
4
machine authentication at Active Directory
On a 802.1X environment, it's possible to permit a windows desktop gain access to the network by using only machine authentication at the Active Directory (no need for login + password). Is it possible to do the same with a Linux desktop with samba? I mean a Linux desktop pass machine credentials to Active Directory as windows do (SID), without any login and password. -- Otto Fuchshuber
2007 Feb 04
4
tc ingress + iptables mark problem
Hi guys , i am starting to "play" with qos in linux. Well , i am trying to setup an ingress filter but i do not know why it is not working. tc add qdisc dev eth0 ingress tc filter add dev eth0 parent ffff: protocol ip prio 1 handle 1 fw police rate 160kbit burst 256kbit drop flowid :1 After that : iptables -A PREROUTING -t mangle --sport 80 -j MARK --set-mark 1 So , i think this
2015 Mar 02
2
Update
Perfect thanks. Do you have a web proxy in your network? That would explain this sequence of events. ------------------------------------------------------------------------ Dr David Holder CEng FIET MIEEE Erion Ltd, An Cala, Inverkirkaig, Lochinver, Sutherland, IV27 4LR, UK Reception: +44 (0)1422 207000 Direct Dial: +44 (0)131 2026317 http://www.erion.co.uk Registered in England and Wales.
2007 Mar 22
8
Shape own router
On 2/19/07, Salatiel Filho <salatiel.filho@gmail.com> wrote: > Well , thanks to imq all my client machines are now shaped and > everything is great ... > But now i have a doubt , is there a way to shape the traffic that goes > to the route [doing a wget from the router for example ]? > > > I have a PREROUTING IMQ0 and a POSTROUTING IMQ1 , everything is > working like
2006 Jun 11
3
JIAX status
HI, Anyone knows the current status of JIAXclient? I tried to recompile the sources available in sourceforge but they reference a old java package that I was not able to find. I tried to e-mail the author but seems that his account is no longer valid. I in need of a java IAX client that could be loaded as an applet. I know that is a lot of viable SIP alternatives, but due to NAT/Firewall
2007 May 02
7
tc u32 match !port
How can i redirect all traffic that not come from port 80 to a flow ? i was thing about some like tc filter add dev imq1 parent 1: protocol ip prio 7 u32 match ip sport !80 ...... But this not work. Another doubt, if i have two rules that intersects , for example , one filter with u32 match ip src 10.10.10.10 flowid 1:10 and other with u32 match sport 80 0xffff flowid 1:11 , which one will
2015 Mar 02
1
Update
I do not understand that you say me???? > Any reason you are not using the git protocol? > > git://git.samba.org > > David > ------------------------------------------------------------------------ > Dr David Holder CEng FIET MIEEE > > Erion Ltd, An Cala, Inverkirkaig, Lochinver, Sutherland, IV27 4LR, UK > > Reception: +44 (0)1422 207000 > > Direct Dial: +44
2015 Mar 02
5
Update
On 02/03/15 16:21, sandy.napoles at eccmg.cupet.cu wrote: > My OS is Debian 7 and I only writte git pull > >> On 02/03/15 15:05, sandy.napoles at eccmg.cupet.cu wrote: >>> ifconfig -a >>> eth0 Link encap:Ethernet HWaddr 00:0c:29:82:ec:80 >>> inet addr:172.18.68.8 Bcast:172.18.68.31 >>> Mask:255.255.255.224 >>>
2015 Mar 02
3
Update
Hi Sandy, Thanks! Curious. Do you have any other interfaces? ifconfig -a should show them all including loopback. What is puzzling me is that it should not even attempt to use IPv6 to reach a global address when it only has a link-local address. It should gracefully fall back to IPv4 (as per RFC 6724 or RFC 3484 depending on the kernel version). Since you have an IPv4 address and I assume an
2015 Mar 02
3
Update
On 02/03/15 15:05, sandy.napoles at eccmg.cupet.cu wrote: > ifconfig -a > eth0 Link encap:Ethernet HWaddr 00:0c:29:82:ec:80 > inet addr:172.18.68.8 Bcast:172.18.68.31 Mask:255.255.255.224 > inet6 addr: fe80::20c:29ff:fe82:ec80/64 Scope:Link > UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 > RX packets:107940 errors:0
2015 Mar 02
2
Update
Thanks. No other interfaces (ifconfig -a)? Also output of ip -f inet6 route would be useful. David ------------------------------------------------------------------------ Dr David Holder CEng FIET MIEEE Erion Ltd, An Cala, Inverkirkaig, Lochinver, Sutherland, IV27 4LR, UK Reception: +44 (0)1422 207000 Direct Dial: +44 (0)131 2026317 http://www.erion.co.uk Registered in England and
2015 Mar 02
7
Update
On 02/03/15 16:45, sandy.napoles at eccmg.cupet.cu wrote: > root at samba:/home/samba-master# git pull > error: Failed to connect to 2001:638:603:d06e::80:230: Network is > unreachable while accessing http://git.samba.org/samba.git/info/refs > fatal: HTTP request failed > root at samba:/home/samba-master# > > > >> On 02/03/15 16:21, sandy.napoles at eccmg.cupet.cu
2007 Sep 16
5
doubt about bridge qdisc
Hi guys, i have a little doubt ; I have eth0 ethernet and eth1 wireless , and they are bridged in br0 Is there any difference in the behavior between do tc qdisc add dev br0 root sfq OR tc qdisc add dev eth0 root sfq && tc qdisc add dev eth1 root sfq -- []''s Salatiel "O maior prazer do inteligente é bancar o idiota diante de um idiota que banca o
2015 Mar 02
3
Update
Try lynx http://git.samba.org/ Or indeed telnet git.samba.org 80 GET / HTTP/1.0 OR telnet6 git.samba.org 80 GET / HTTP/1.0 There are blank lines after the GETs. These will show if you have connectivity over HTTP to the Samba git repository over v4 and/or v6. David ------------------------------------------------------------------------ Dr David Holder CEng FIET MIEEE Erion Ltd, An
2018 Feb 23
4
Shadow Copy 2 not read only
Hi! Setup: Samba version 4.5.12-Debian. smb.conf: [global] security = USER server role = standalone server log file = /var/log/samba/log.%m log level = 3 max log size = 1000 panic action = /usr/share/samba/panic-action %d map to guest = Bad User passdb backend = tdbsam username map = /etc/samba/usersgroups.map usershare path = disable spoolss = Yes load printers = No printcap name = /dev/null
2011 Nov 08
5
Samba-3.6.1 release IPV6 issue
Dear Sir, I am trying to use the shared files from Windows 7 using IPV6 address. But I couldn't able to map or access it through V6 address, though I can access it through IPV4 address. I tried almost every thing whatever I did find on the internet community. I would be grateful to you if you could help me to make this working. If possible please provide all the steps including
2006 Jun 17
1
Vamos fazer o lançamento do livro? (Brazil)
Hi, I apologize for a portuguese message at this group, but I am trying to reach brazilians who read this great group. It''s about the release of the first Ruby on Rails book for the brazilian audience. Here it goes: Galera, finalmente terminei de escrever o livro e entreguei o material para a editora esta semana, agora resta esperar at? que eles nos digam quando ser? a data do
2012 Mar 12
3
--delete not working
Hi guys , i need some help. I am trying to make a full sync of two of my servers. But i noticed a very odd thing. If i create a directory , for example /usr/include/SOME_FOLDER/some_file on server2 when i do : root at server1 #$ rsync -avhH --exclude proc/ --exclude sys/ --exclude dev/ / root at server2:/ after the whole sync, the /usr/include/SOME_FOLDER/some_file will still be in
2015 Mar 02
1
Update
On 02/03/15 17:20, David Holder wrote: > Hi Roland, > > It will be useful to see the resolv.conf. However, I don't think that > this is a name resolution issue as it is clear that git.samba.org is > being resolved to at least the v6 address. If that works then A & AAAA > records should be returned to the resolver regardless of the transport > used. There must be