Displaying 20 results from an estimated 36 matches for "alias1".
Did you mean:
alias
2003 Jul 08
1
Help Samba Virtual Servers (Host aliases) configuration problem
...file-sharing machine for our WORKGROUP.
I need that my clients see three differents host more than the real
fileserver;
I think the scope of virtual server was based on which virtual host I'll
contact I'll see the relative share: so everyone will see FILESERVER share,
everyone who conntacts ALIAS1 will see ALIAS1 share (and FILESERVER share
due to include mechanism...) and so on.
This is part of my actual "smb.conf" file on /etc/samba directory:
[global]
workgroup = WORKGROUP
netbios name = FILESERVER
netbios aliases = ALIAS1 ALIAS2 ALIAS3
include = /etc/samba/smb.conf.%L
server...
2017 Apr 22
2
Samba AD with internal DNS: Can't resolve aliases anymore
Hi,
I've setup a Samba 4 based AD server a while ago and everything was
working fine for some time. However, since a few days it seems it
doesn't resolve aliases anymore. I can query them using the host
command, but a simple ping then fails to resolve the name:
% host alias1
alias1.altum.de is an alias for server1.
% ping alias1
ping: alias1: Name or service not known
% ping alias1.altum.de
ping: alias1.altum.de: Name or service not known
% cat /etc/resolv.conf
nameserver 192.168.1.102
search altum.de
OTOH,...
2003 Jun 27
0
Samba Virtual Servers (Host aliases) configuration problem
...file-sharing machine for our WORKGROUP.
I need that my clients see three differents host more than the real
fileserver;
I think the scope of virtual server was based on which virtual host I'll
contact I'll see the relative share: so everyone will see FILESERVER share,
everyone who conntacts ALIAS1 will see ALIAS1 share (and FILESERVER share
due to include mechanism...) and so on.
This is part of my actual "smb.conf" file on /etc/samba directory:
[global]
workgroup = WORKGROUP
netbios name = FILESERVER
netbios aliases = ALIAS1 ALIAS2 ALIAS3
include = /etc/samba/smb.conf.%L
server...
2017 Apr 27
2
Samba AD with internal DNS: Can't resolve aliases anymore
El 27/04/17 a les 16:46, Dirk Heinrichs via samba ha escrit:
> Am 22.04.2017 um 17:59 schrieb Dirk Heinrichs via samba:
>
>> Am 22.04.2017 um 14:56 schrieb Luca Olivetti via samba:
>>> Check nsswitch.conf. Make sure you just have "iiles dns" in the hosts
>>> line.
>> Yes, that's the case.
>
> Is there anything else I could check?
I don't
2017 Apr 27
0
Samba AD with internal DNS: Can't resolve aliases anymore
...hat I checked nsswitch I see that something put the mdns4_minimal
> part back again and it's still working, so I'm not sure that it was
> the real problem.
>
> Bye
Do you have a A record associate with server1? The host command should
have given you something like this
host alias1
alias1.altum.de is an alias for server1.
server1 has address 192.168.1.1
Preferable it should look like this if server1 is joined to the domain.
host alias1
alias1.altum.de is an alias for server1.altum.de.
server1.altum.de has address 192.168.1.1
--
--
James
2005 Jul 06
1
samba and lprng
...p6:...
printer5|lpp5:...
printer4|lpp4:...
printer3|lpp3:...
printer2|lpp2:...
printer1|lpp1:...
printer0|lpp0:...
One printer wasn't loaded to samba, ok shit happens. But how i could
control which name would be picked as Sharename from samba <-- from
printcap. By default printcap:
printer|alias1|alias2|...:...
But samba picks a random name als sharename? Sometimes printer, somtimes
alias1 a.s.o. Whats going wrong? I want a List of shares like this
(after import of printcap):
smbclient -L
Sharename Type Comment
--------- ---- -------
printer6...
2005 Oct 25
7
Ip Src rewite.
Hello folks..
Does any of you know if it is possible to rewrite the ip src in a packet.
I have a problem involving a DMZ with external IP addresses routed
trough a single WAN IP. When the server initiates a connection, it looks
like it comes from the WAN ip instead of it''s designated External IP
routed through the WAN.
So in short, Is it possible to rewrite the packet in the router,
2018 Mar 26
1
destuser setting useless on LMTP proxy
...velope rcpt:
protocol lmtp {
auth_socket_path = director-userdb
passdb {
driver = ...
override_fields = destuser=%{orig_user}
}
}
The passdb driver would return the appropriate "user" for each alias. Suppose, for example, user1 has emails user1 at domain.tld, but also alias1 at domain.tld.
Now, it turns out that setting the destuser *changes* the backend. It seems that when the passdb returns "destuser", that username is completely ignored and the hashing of the destuser determines the backend chosen.
This is incorrect, the backend should be chosen based on...
2017 Mar 07
0
[PATCH v4 5/9] builder: add Index_parser.write_entry function
...size = Some (Int64.of_int 12345);
+ expand = Some "/dev/sda1";
+ lvexpand = Some "/some/lv";
+ notes = [ ("", "Notes split\non several lines\n with starting space") ];
+ hidden = false;
+ aliases = Some ["alias1"; "alias2"];
+ sigchecker = dummy_sigchecker;
+ proxy = Curl.UnsetProxy }) in
+
+ let chan = test_open_out () in
+ Index_parser.write_entry chan entry;
+ let actual = test_read_out chan in
+ let expected = "[test-id]
+name=test_name
+osinfo=osinfo_data
+f...
2017 Sep 18
0
[PATCH v9 4/7] builder: add Index.write_entry function
...e = Some (Int64.of_int 12345);
+ expand = Some "/dev/sda1";
+ lvexpand = Some "/some/lv";
+ notes = [ ("", "Notes split\non several lines\n\n with starting space ") ];
+ hidden = false;
+ aliases = Some ["alias1"; "alias2"];
+ sigchecker = dummy_sigchecker;
+ proxy = Curl.SystemProxy }) in
+
+ write_entries "out" [entry];
+ let actual = read_file "out" in
+ let expected = "[test-id]
+name=test_name
+osinfo=osinfo_data
+file=image_path
+arch=tes...
2017 Oct 27
0
[PATCH v11 6/8] builder: add Index.write_entry function
...e = Some (Int64.of_int 12345);
+ expand = Some "/dev/sda1";
+ lvexpand = Some "/some/lv";
+ notes = [ ("", "Notes split\non several lines\n\n with starting space ") ];
+ hidden = false;
+ aliases = Some ["alias1"; "alias2"];
+ sigchecker = dummy_sigchecker;
+ proxy = Curl.SystemProxy }) in
+
+ write_entries "out" [entry];
+ let actual = read_file "out" in
+ let expected = "[test-id]
+name=test_name
+osinfo=osinfo_data
+file=image_path
+arch=tes...
2017 Oct 05
0
[PATCH v11 4/6] builder: add Index.write_entry function
...e = Some (Int64.of_int 12345);
+ expand = Some "/dev/sda1";
+ lvexpand = Some "/some/lv";
+ notes = [ ("", "Notes split\non several lines\n\n with starting space ") ];
+ hidden = false;
+ aliases = Some ["alias1"; "alias2"];
+ sigchecker = dummy_sigchecker;
+ proxy = Curl.SystemProxy }) in
+
+ write_entries "out" [entry];
+ let actual = read_file "out" in
+ let expected = "[test-id]
+name=test_name
+osinfo=osinfo_data
+file=image_path
+arch=tes...
2014 May 26
2
[PATCH] builder: support aliases for images (RHBZ#1098718).
...er.pod
index 5c531de..a70767f 100644
--- a/builder/virt-builder.pod
+++ b/builder/virt-builder.pod
@@ -1288,6 +1288,14 @@ Using the hidden flag prevents the template from being listed by the
I<--list> option (but it is still installable). This is used for test
images.
+=item C<aliases=ALIAS1 ALIAS2 ...>
+
+This optional field specifies a list of aliases, separated by spaces,
+for the image. For example, an alias could be used to always point
+to the latest version of a certain image, leaving the old versions
+available in the index instead of updating the same image (see the
+C<...
2011 Jul 14
5
LDAP ENC
...10.1.1.13
environment: production
cn: ubuntu.ttinet
cn: ubuntu5.ttinet
puppetClass: baseclass
puppetClass: nginx::configure: {$fqdn}
puppetClass: nginx::vhost: {$fqdn: port => 80, ssl => false, priority => 10, p
assenger_enable => ''Yes'', serveraliases => [''alias1'', ''alias2'']}
# search result
search: 2
result: 0 Success
# numResponses: 2
# numEntries: 1
puppet 2.6.8
# ruby -rldap -e "puts :installed"
installed
ruby-ldap-ro is installed
--
Craig White ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ craig.white@ttiltd.com
1.800.869.69...
2001 Feb 10
0
Changing the font used by dialog boxes in Wine
...onfig file:
"Resolution" = "96"
"Default" = "-monotype-arial-"
"DefaultSerif" = "-monotype-times new roman-"
"DefaultSansSerif" = "-monotype-arial-"
"Alias0" = "System, -monotype-andale mono-"
"Alias1" = "Fixed, -monotype-andale mono-"
"Alias2" = "MS Serif, -monotype-times new roman-"
"Alias3" = "MS Sans Serif, -monotype-arial-"
If anyone could tell me what the default font used by dialog boxes is, so I
can alias a different font to it, it...
1999 Jan 26
1
Hybrid mode (SAMBA digest 1952)
> Date: Fri, 22 Jan 1999 14:22:52 -0000
> From: "Alan Hourihane" <alanh@pinacl.co.uk>
> To: <sam
2007 Aug 08
1
lda: vacation auto-reply for a virtual address
Hi, I am using Dovecot to manage a complex virtual mailbox setup.
It's all working splendidly, thanks to the Dovecot LDA.
This morning, however, I needed to create a vacation-style autoreply
for one of the virtual addresses. I made use of cmusieve,
authored a little sieve script, and had it working in no time...
until I discovered how limited sieve's vacation module is. Most
importantly:
1998 Nov 17
0
ALPHA-code ALERT: group database API.
...er (security = user) or the domain of which the samba server is a
member (security = domain).
"smb passgrp file" - extension to smbpasswd, allows users to be members of
SAM groups and aliases. default name is:
/usr/local/samba/private/smbpassgrp
the syntax of entries is:
username:uid:alias1, alias2, ...:group1, group2, ...:
where:
- username and uid match exactly with the private/smbpasswd file
- groupN is either a rid (NNN or 0xXXX) or a SAM group name (NOT a unix
group name ). these are ONLY supported when samba is a PDC, as when samba
is a member of a domain then the private/smb...
2015 Dec 23
2
RFC: __attribute__((ifunc("resolver")) representation in LLVM IR
...iables/aliases.
Having said that, more than once I wished we had an easy way to
iterate all GlobalValues or all GrobalObjects. Any thoughts on the
tradeoff having a single list with pointer to the start of each sub
list? Something like
Func1 <-> Func2 <-> Var1 <-> Var2 <-> Alias1 <-> Alias2 <-> IFunc1 <-> Ifunc2
and keep FirstFunc, FirstVar, FirstAlias and FirstIFunc pointers.
One place where having another list might be a bit annoying is the
symbol iterator of IRObjectFile.
Cheers,
Rafael
On 22 December 2015 at 08:23, Dmitry Polukhin <dmitry.poluk...
2006 Nov 07
4
Samba v3.0.23c + FreeBSD 6.1 - Failed to set servicePrincipalNames
Hello,
We recently upgraded to the latest Samba3 version v3.0.23c. If the Samba
system and the AD belong to the same domain, I am able to perform a 'net
ads join' by supplying either a 'Domain Admins' or a 'Domain Users'
credential.
However if the Samba system and the AD belong to different domain, I can
perform the 'net ads join' by supplying a 'Domain