Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - killmasta93

Pages: 1 ... 3 4 [5] 6 7
61
Directory and Authentication / Re: A record Issue not replicating? (solved)
« on: September 22, 2020, 04:52:56 am »
Thank you so much for the reply what i did is to update DNS and DHCP to 6.2 seems to fix the issue

62
Directory and Authentication / A record Issue not replicating?
« on: September 20, 2020, 05:57:17 pm »
Hi
Currently installed a new VM which automatically got the DHCP from zentyal which it automatic create the dynamic DNS record on zentyal.
The issue is that i changed the IP of the VM and needed to add A record and PTR record which i did on the WEBgui.
But i keep seeing the old IP
i checked in nano /var/lib/bind/db.0.168.192
which only shows PTR info

https://imgur.com/0hr8iPa.png

https://imgur.com/2vtmnrG.png

Thank you

63
Directory and Authentication / Password expired DNS-user? (solved)
« on: September 20, 2020, 02:49:01 am »
Hi
 I needed to create on A record on the web interface and restart the DNS but getting this issue

Code: [Select]
Command output: .
Exit value: 1
2020/09/19 20:17:33 ERROR> Service.pm:971 EBox::Module::Service::restartService - root command kinit -k -t /var/lib/samba/private/dns.keytab dns-apolo failed.
2020/09/19 20:17:33 ERROR> RestartService.pm:61 EBox::SysInfo::CGI::RestartService::_process - Restart of DNS from dashboard failed: root command kinit -k -t /var/lib/samba/private/dns.keytab dns-apolo failed.
Error output: Password has expired
 dns-apolo@MYDOMAIN.LOCAL's Password:

So my question is on the user DNS-APOLO can i reset the password? or how do i by pass this error without screwing it up?

Thank you

edit: solved by running this

Code: [Select]
sudo samba-tool user setexpiry dns-apolo --noexpiry

64
Directory and Authentication / SPN? (solved)
« on: September 20, 2020, 01:45:33 am »
Hi
I was wondering if someone could shed some light on the issue im having.
Currently trying to create  SPN user to my linux MSSQL which i have to do though powershell, So i have a windows server which is connected to the domain of zentyal
But i tried running this powershell command, the zentyal server is 192.168.0.200

Code: [Select]
New-ADUser -Server 192.168.0.200 mssql -AccountPassword (Read-Host -AsSecureStri
ng "Enter Password") -PasswordNeverExpires $true -Enabled $true

but i get an error saying could not establish to server

But whats concerning i would need to run this on the powershell also, so how would i make the windows server to be able to import the active directory services? or maybe this can be done on zentyal?

Code: [Select]
ktpass /princ MSSQLSvc/hercules.mydomain.local:1433@mydomain.local      /ptype KRB5_NT_PRINCIPAL /crypto aes256-sha1 /mapuser mydomain\mssql   /out mssql.keytab                   -setpass -setupn /kvno 4 /pass mypassword
ktpass /princ MSSQLSvc/hercules.mydomain.local:1433@mydomain.local     /ptype KRB5_NT_PRINCIPAL /crypto rc4-hmac-nt /mapuser mydomain\mssql   /in mssql.keytab /out mssql.keytab -setpass -setupn /kvno 4 /pass mypassword
ktpass /princ MSSQLSvc/192.168.3.155:1433@mydomain.local                      /ptype KRB5_NT_PRINCIPAL /crypto aes256-sha1 /mapuser mydomain\mssql   /in mssql.keytab /out mssql.keytab -setpass -setupn /kvno 4 /pass mypassword
ktpass /princ MSSQLSvc/192.168.3.155:1433@mydomain.local                    /ptype KRB5_NT_PRINCIPAL /crypto rc4-hmac-nt /mapuser mydomain\mssql  /in mssql.keytab /out mssql.keytab -setpass -setupn /kvno 4 /pass mypassword
ktpass /princ mssql@mydomain.local       /ptype KRB5_NT_PRINCIPAL /crypto aes256-sha1 /mapuser mydomain\mssql   /in  mssql.keytab /out mssql.keytab  -setpass -setupn /kvno 4 /pass mypassword
ktpass /princ mssql@mydomain.local        /ptype KRB5_NT_PRINCIPAL /crypto rc4-hmac-nt /mapuser mydomain\mssql   /in  mssql.keytab /out mssql.keytab  -setpass -setupn /kvno 4 /pass mypassword

Thank you

EDIT: first create the MSSQL user by the AD instead though Powershell
then run the commands on powershell with no issue to create the mssql.keytab

65
Directory and Authentication / Re: samba audit?
« on: April 30, 2020, 07:24:40 pm »
thanks for the reply, forgot to postback
these are the steps
Code: [Select]
nano /etc/rsyslog.d/50-default.conf
Code: [Select]
# First some standard log files.  Log by facility.
#
auth,authpriv.*                 /var/log/auth.log
*.*;local5;auth,authpriv.none           -/var/log/syslog

local5.notice /var/log/audit.log

and in the shares.conf
Code: [Select]
full_audit:prefix = %u|%I|%S
full_audit:failure = connect
full_audit:success = mkdir rename unlink rmdir pwrite pread connect disconnect
full_audit:facility = local5
full_audit:priority = notice

66
Installation and Upgrades / Re: email alert?
« on: April 11, 2020, 07:02:16 pm »
Thanks for the reply, what i fix the issue was updating the zentyal to 6.1 it was on 6.0 very odd first time i got this error i have around 6 zentyal installations working fine

67
could you share the logs?

68
Installation and Upgrades / Re: email alert?
« on: March 12, 2020, 04:29:40 am »
Thanks for the reply, so i what i did i had another zentyal installation working copy the script but i rebooted now i cannot access the webGUI i get the 404 error NGINX not found :(

Code: [Select]
root@zentyal:~# dpkg -l | grep -Ev '^(ii|rc)'
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name                                  Version                                         Architecture Description
+++-=====================================-===============================================-============-===============================================================================

then i tried running it manually the script i got this error

Code: [Select]
root@zentyal:/etc/cron.hourly# ./90zentyal-manage-logs
Can't locate EBox.pm in @INC (you may need to install the EBox module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.26.1 /usr/local/share/perl/5.26.1 /usr/lib/x86_64-linux-gnu/perl5/5.26 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.26 /usr/share/perl/5.26 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at /usr/share/zentyal/manage-logs line 6.
BEGIN failed--compilation aborted at /usr/share/zentyal/manage-logs line 6.

69
Installation and Upgrades / Re: email alert?
« on: March 01, 2020, 04:41:30 am »
bump?

70
Installation and Upgrades / email alert?
« on: February 27, 2020, 03:15:10 am »
Hi,
I was wondering if someone else is having this issue before? currently running 6.1 and constantly getting email alert with this
Code: [Select]
/etc/cron.hourly/90zentyal-manage-logs:
/etc/cron.hourly/90zentyal-manage-logs: line 3: /usr/share/zentyal/manage-logs: No such file or directory
run-parts: /etc/cron.hourly/90zentyal-manage-logs exited with return code 127

Thank you

71
Directory and Authentication / Re: issue shares permissions (solved)
« on: February 04, 2020, 10:13:00 pm »
sure thing no worries

72
Directory and Authentication / Re: Issue with Computer Name not changing
« on: February 01, 2020, 06:19:43 pm »
Thanks for the reply, your method above worked flawless  ran the commands and it changed the pc name, its funny though on ASSIEDIT works also but its better your method as its directly on zentyal, Currently i only use RSAT tools for GPO and creating users

Thank you again for the help

73
Directory and Authentication / Re: issue shares permissions (solved)
« on: February 01, 2020, 06:08:02 pm »
sure things let me get you started

install the packages

Code: [Select]
apt-get install zfsutils-linux
then after that create the pool were going to call it data or what you want

Code: [Select]
zpool create -f data /dev/vdd
then give it the permissions to edit
sudo chmod 0777 /data

then give permissions so we can disable inheritance

Code: [Select]
zfs set acltype=posixacl data
zfs set aclinherit=passthrough data
zfs set xattr=sa data

let me know anything else

74
Directory and Authentication / Re: Issue with Computer Name not changing
« on: January 31, 2020, 04:59:04 am »
Thank you so much for the reply, very interesting approach i was looking around and install the RSAT tool on a windows called editor ADSI and i rename to the pc and seems to refresh it but not sure if its the right approach?  Out of curiosity how come it does not update automatically?

Thank you

75
Directory and Authentication / Re: issue shares permissions (solved)
« on: January 31, 2020, 04:53:22 am »
well no worries one can always learn something new every day, when you say expose some use cases? do you mean how would i put ZFS? Well using ZFS with zentyal as for the snapshots another way to create backups even though i use restic for copies and dumps with pve-zsync with i also say "cant haven't enough copies" as for the the High availability something similar  but really i just use to quickly to recover a damaged file im glad to help you need any assistance

Pages: 1 ... 3 4 [5] 6 7