Displaying 20 results from an estimated 5000 matches similar to: "Changing the A-Record of the domain."
2019 Oct 03
1
Changing the A-Record of the domain.
Am Donnerstag, den 03.10.2019, 14:13 +0100 schrieb Rowland penny via
samba:
> On 03/10/2019 13:43, Dipl.-Ing. P?ter Varkoly via samba wrote:
> > Hi,
> >
> > after installing a samba-4.8.9 AD-Server there is/are an A-Records
> > created for the domain delivering the ip-address(es) of the AD-
> > server.
> > This ip can be changed vie "samba-tool dns
2019 Oct 25
3
Old samba password is valid after setting the new one.
Hi,
I've detected a very strange behavior on samba 4.8.9 and 4.10.6.
After setting a new password for a user with samba-tool the old
password remains valid. The user can use both passwords.
After setting the third password become the first password invalid:
:~ # samba-tool user setpassword extisadm --newpassword=12AbCdEf
Changed password OK
:~ # samba-tool user setpassword extisadm
2020 Mar 24
2
samba-4-10 as Win2k16 member
Hi,
I want to join samba 4.10.13 to an Win2k16 Server as member. The join
was succesfully:
net ads join -U administrator
Using short domain name -- CRANIX
Joined 'ADMIN' to dns domain 'cranix.win'
wbinfo -u lists all users. But wininfo -u <username> delivers following
error:
wbinfo -i administrator
failed to call wbcGetpwnam: WBC_ERR_DOMAIN_NOT_FOUND
Could not get info for
2020 Mar 16
2
Winbind does not show all groups of all users
Hi!
I'm using 4.10.13 as AD and have the issue that winbind does not show
correct the group membership of some users. # Global
parameters[global] ldap server require strong auth =
no netbios name = admin realm =
XXXX.LOKAL workgroup = XXXX dns forwarder =
8.8.8.8 server role = active directory domain
controller idmap_ldb:use rfc2307 = Yes
2020 Apr 15
1
Change SOA Record
Hi,
How can the SOA record of a domain be changed? I need to decrease
expire and minttl
Thanks.
--
P?ter Varkoly
Greuleinweg 37.
D-90411 N?rnberg
2020 Mar 16
1
Winbind does not show all groups of all users
Am Montag, den 16.03.2020, 15:17 +0000 schrieb Rowland penny via samba:
>
> After deciphering the above,
Sorry. evolution has reformatted my text :-(
> it is a known feature, only when a user
> logs in can you be sure to get a full list of the users groups.
Very strange. I've recreated a new user and put it in all groups and he
was inmediately in all groups.
What does mean to
2020 Mar 24
1
samba-4.10 WinServer compatibility
What is the compatibility level of samba-4-10.13?
When I try to replicate Win2k12RC2 or Win2k16 I got everytime the
error:DsAddEntry failed with status WERR_ACCESS_DENIED info (8567,
'WERR_DS_INCOMPATIBLE_VERSION')
Thanks a lot.
--
Dipl.-Ing. P?ter Varkoly
Greuleinweg 37.
D-90411 N?rnberg
2019 May 08
3
samba does not honor set group bit on directories
Hi,
I'm using samba 4.6.15 and 4.8.9 as AD server on a lot of openLeap 42.3
server.
The server have numerous group directories in /home/groups. This
drirectory will be provided by a share:
[groups]
comment = Shared directories of groups you are member in.
path = /home/groups
inherit permissions = Yes
inherit acls = Yes
browseable = Yes
2019 Oct 03
0
Changing the A-Record of the domain.
On 03/10/2019 13:43, Dipl.-Ing. P?ter Varkoly via samba wrote:
> Hi,
>
> after installing a samba-4.8.9 AD-Server there is/are an A-Records
> created for the domain delivering the ip-address(es) of the AD-server.
> This ip can be changed vie "samba-tool dns update" but after restarting
> the AD-server the ip-address of the server will be added again.
> Can this be
2019 May 08
1
samba does not honor set group bit on directories
Thanks a lot!
Am 08.05.19 um 17:05 schrieb Rowland Penny via samba:
> On Wed, 8 May 2019 16:16:58 +0200
> Peter Varkoly <peter at varkoly.de> wrote:
>
>> Hi,
>>
>> [global]
>> netbios name = admin
>> realm = <LONG-DOMAIN>
> I do hope that '<LONG-DOMAIN>' is the dns domain in uppercase
Yes it is.
>
>>
2018 Dec 21
2
Cómo buscar patrones de comportamiento en datos temporales?
Buenas,
Estoy intentando hacer un trabajo con una compañera, a la que le pedí que
me lo explicara en unas lineas. Esas lineas son las que siguen:
Quisieramos analizar algunos comportamientos humanos a lo largo del tiempo;
esto es, encontrar patrones de en algunos comportamientos del habla y la
comunicación: vocalizaciones, gestos (divididos en categorías), mirada (en
categorías).
Conocemos un
2020 Nov 11
2
After Update to 4.11 RPC connection does not work
Hi List
I've update updated from samba-4.10 to samba-4.11. After the update I
can not manga the dns entries by samba-tool and can not connect with net
rpc. I get the error message: NT_STATUS_CONNECTION_REFUSED. I use the
bind9 backend.
samba-tool dns zonelist localhost
Failed to connect host 127.0.0.1 on port 135 - NT_STATUS_CONNECTION_REFUSED
Failed to connect host 127.0.0.1 (127.0.0.1)
2018 Dec 22
2
Cómo buscar patrones de comportamiento en datos temporales?
Hola a todos,
Por lo que comentáis estáis en una etapa muy temprana y podéis tener todo
tipo de datos. Desde mi punto de vista tener modelos adecuados para este
tipo de casos puede ser complicado ya que en principio habría una
dependencia temporal. Mi recomendación sería enfocarlo primero desde un
punto de vista descriptivo (realmente siempre recomiendo esto...). Además
de los métodos
2002 Apr 17
4
Problem w/ axis and distortion in a plotting function
I have a function for plotting soil texture that I am having a problem with.
The function is:
plot.psd <- function(sand, clay, ...) {
conv.ter <- function(x, y) {
x.con <- 100 - x - y*cos(1/3*pi)
y.con <- y*sin(1/3*pi)
data.frame(x=x.con, y=y.con)
}
plot(conv.ter(sand, clay), xlim = c(0,100), ylim = c(0,100*sin(1/3*pi)),
axes = FALSE, xlab="",
2003 Jan 28
6
reading non-existent files
Dear R-experts
I would like to read all files from a directory, the files have names
"myname0001.txt" etc. I paste the directory plus file names and
use "read.delim()".
My problem is that some file names are missing, so I get an error
and my program stops.
Is there a way to check for a null pointer analogous to C, so that
I can simply skip non-existent filenames?
Please do
2020 Feb 07
2
Cannot allocate a vector of size...
Es la primera vez que trabajo con este tipo de datos...No se si se puede
dividir esa matriz. ¿Cómo lo podría hacer?
Muchas gracias!
El Vie, 7 de Febrero de 2020, 17:55, Xavier-Andoni Tibau Alberdi escribió:
> Significa que tus datos són muy grandes y no se pueden guardar en la RAM.
> Tienes alternativas para dividir la matriz?
>
> El vie., 7 feb. 2020 17:26, <miriam.alzate en
2009 Feb 09
11
Choosing a random number between x and y
Hi,
Ive been trying to find a function that will allow me to pull out a number
between a minimum and maximum threshold.
I want a random decimal number between, for example, 0 and 0.5 or 0 and 0.7.
I've been searching everywhere for a function that will allow me to do this
in R, but I have yet to be successful. Any help would be much appreciated.
Thanks in advance
--
View this message in
2019 Mar 28
2
configuring Dovecot with wforced and auth_policy_server_url with https results in assertion failed
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
</head>
<body>
<div>
<br>
</div>
<blockquote type="cite">
<div>
On 28 March 2019 22:02 Aki Tuomi via dovecot <dovecot@dovecot.org> wrote:
</div>
<div>
<br>
</div>
<div>
<br>
2020 Feb 10
2
Cannot allocate a vector of size...
Buenas,
El archivo de R ocupa 33 megas. La matriz que quiero construir cupa 14 gb.
En el disco local (C) tengo 400 gb disponibles de 670.
No estoy muy puesta en trabajar con este tipo de datos. ¿Qué diferencia es
trabajar con data.frame?
Gracias!
El Vie, 7 de Febrero de 2020, 18:07, Xavier-Andoni Tibau Alberdi escribió:
> Depende de la operació que quieras hacer con la matriz. Si quitas filas
2008 Mar 24
7
FYI about my Mona Vie business venture
Asterisk work does not pay all of my bills, so I have joined up with a company that has a very good payment plan.
I have recently become a Mona Vie Independent Distributor.
I am not going to go into a sales pitch.
This is just an FYI to this opportunity.
The company has grown into a Billion dollar company in just 2 years.
This company's compensation plan is the best and quickest that I have