Hello I have Ubuntu 20.04 with Gestioip v3.5 (patch version 6 (0)) Gestioip update host with DNS windows update ** On the gestioip interface , i have an error "DNS update error: 2" when i update the hostname klist: No credentials cache found (filename: /tmp/krb5cc_33) DNS update error: 2 ** On the gestioip-log/make_update.log with debug enable """""""""""""""""""""""" 25-Apr-2021 16:50:14.657 GSS verify error: GSSAPI error: Major = A token had an invalid Message Integrity Check (MIC), Minor = Packet...
I have found in the script : /usr/share/gestioip/bin/ip_update_gestioip_dns.pl for get_db_parameter The document root are just for 3 dir : "/var/www", "/var/www/html", "/srv/www/htdocs" My gestioip Install Dir is : /var/www/sites so when i add this to my @document_root , it works sub get_db_parameter { my @document_root = ("/var/www", "/var/www/html", "/srv/www/htdocs"); foreach ( @document_root ) { my $priv_file = $_ . "/gestioip/priv/ip_config"; Get mysql parameter from priv my ($sid_gestioip,...
Hello I have Ubuntu 20.04 with Gestioip v3.5 (patch version 5 (8)) I have a problem to execute /usr/share/gestioip/bin/ip_update_gestioip_dns.pl root@net:~# /usr/share/gestioip/bin/ip_update_gestioip_dns.pl --config_file_name=ip_update_gestioip.conf Database password not found The conf file exist with the wright value root@net:~# cat /usr/share/gestioip/etc/ip_update_gestioip.conf ...... sid_gestioip=gestioip user_gestioip=gestioip pass_gestioip=HnGT-9r1234yJ5 bbdd_host_gestioip=localhost bbdd_port_gestioip=3306...
Thank You Jean François
If i insert the password with : UPDATE dns_user SET password = 'jPhYzN48' WHERE dns_user.id = 1; It works , the windows dns is update but i have another error 07-Feb-2021 06:16:44.874 GSS verify error: GSSAPI error: Major = A token had an invalid Message Integrity Check (MIC), Minor = Packet was replayed in wrong direction. 07-Feb-2021 06:16:44.874 tsig key '1832765334.sig-ad1-campus.domain.local' (<null>): signature failed to verify(1)</null> #####################################################################...
My password is jPhYzN48 I dump the database to verify the value of the password for the user gip_dyn_update There is no value CREATE TABLE dns_user ( id smallint NOT NULL, name varchar(60) NOT NULL, password varchar(50) DEFAULT NULL, realm varchar(60) NOT NULL, description varchar(1500) NOT NULL, client_id smallint NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; INSERT INTO dns_user (id, name, password, realm, description, client_id) VALUES (1, 'gip_dyn_update', '', 'DOMAIN.LOCAL', 'Utilisateur MAJ...
There is a problem with the password but when i try this with the same password it's OK kinit gip_dyn_update@DOMAIN.LOCAL Password for gip_dyn_update@DOMAIN.LOCAL: Sat Feb 6 15:57:01 CET 2021: 8 gip_dyn_update XXXXXX DOMAIN.LOCAL DOMAIN.LOCAL 10.10.131.198,10.10.131.222 22221.DOMAIN.LOCAL 10.10.144.1 1.144.10.10.in-addr.arpa. 10.10.in-addr.arpa 3600 2222.DOMAIN.LOCAL v4 XXXXX NO_TSIG_KEY_NAME_DUMMY 1 UPDATE_TYPE= KRB_USER=gip_dyn_update KRB_PASS=XXXXXXXX KRB_REALM=DOMAIN.LOCAL ZONE_NAME=DOMAIN.LOCAL...
Hello I have Ubuntu 20.04 with Gestioip v3.5 (patch version 5 (7)) My Active Directory and DNS is a windows Server 2019 grep PrivateTmp /usr/lib/systemd/system/apache2.service PrivateTmp=false kinit gip_dyn_update@DOMAIN.LOCAL Password for gip_dyn_update@DOMAIN.LOCAL: klist Ticket cache: FILE:/tmp/krb5cc_0 Default principal: gip_dyn_update@DOMAIN.LOCAL Valid starting Expires Service principal 02/06/21 09:25:52 02/06/21 19:25:52 krbtgt/DOMAIN.LOCAL@DOMAIN.LOCAL renew until 02/13/21 09:25:31 When i...