SHELL BYPASS 403 |
Modern UI. Responsive. Powerful.

Faizzz-Chin Shell

: /usr/share/augeas/lenses/dist/ [ drwxr-xr-x ]
Uname\Kernel: Linux server.kxo.bgz.mybluehostin.me 3.10.0-1160.119.1.el7.tuxcare.els19.x86_64 #1 SMP Mon Mar 31 17:29:00 UTC 2025 x86_64
Server: Apache
PHP Version: 8.2.29 [ PHP INFO ]
Operating System: Linux
Server Ip: 162.240.163.222
Your Ip: 216.73.216.114
Date Time: 2025-07-11 21:04:38
User: dilseshaadi (1027) | Group: dilseshaadi (1027)
Safe Mode: OFF
Disable Function: exec,passthru,shell_exec,system

name : sssd.aug
(* 
Module Sssd  
  Lens for parsing sssd.conf

Author: Erinn Looney-Triggs <erinn.looneytriggs@gmail.com>

About: License
  This file is licensed under the LGPL v2+, like the rest of Augeas.

About: Configuration files
   This lens applies to /etc/sssd/sssd.conf. See <filter>.
*)

module Sssd =
  autoload xfm

let comment  = IniFile.comment /[#;]/ "#"

let sep      = IniFile.sep "=" "="

let entry    = IniFile.indented_entry IniFile.entry_re sep comment

(* View: title
    An sssd.conf section title *)
let title   = IniFile.indented_title_label "target" IniFile.record_label_re

(* View: record
    An sssd.conf record *)
let record  = IniFile.record title entry

(* View: lns 
    The sssd.conf lens *)
let lns    = ( comment | IniFile.empty )* . (record)* 

(* View: filter *)
let filter = (incl "/etc/sssd/sssd.conf")

let xfm = transform lns filter

© 2025 Faizzz-Chin