1PROFILES(1) User Commands PROFILES(1)
2
3
4
6 profiles - A utility to report and change SIDs in registry files
7
9 profiles [-c|--change-sid=STRING] [-n|--new-sid=STRING] [-v|--verbose]
10 [-?|--help] [--usage] [-d|--debuglevel=DEBUGLEVEL] [--debug-stdout]
11 [--configfile=CONFIGFILE] [--option=name=value]
12 [-l|--log-basename=LOGFILEBASE] [--leak-report] [--leak-report-full]
13 {FILE}
14
16 This tool is part of the samba(7) suite.
17
18 profiles is a utility that reports and changes SIDs in windows registry
19 files. It currently only supports NT.
20
22 file
23 Registry file to view or edit.
24
25 -v,--verbose
26 Increases verbosity of messages.
27
28 -c SID1 -n SID2, --change-sid SID1 --new-sid SID2
29 Change all occurrences of SID1 in file by SID2.
30
31 -d|--debuglevel=DEBUGLEVEL
32 level is an integer from 0 to 10. The default value if this
33 parameter is not specified is 1 for client applications.
34
35 The higher this value, the more detail will be logged to the log
36 files about the activities of the server. At level 0, only critical
37 errors and serious warnings will be logged. Level 1 is a reasonable
38 level for day-to-day running - it generates a small amount of
39 information about operations carried out.
40
41 Levels above 1 will generate considerable amounts of log data, and
42 should only be used when investigating a problem. Levels above 3
43 are designed for use only by developers and generate HUGE amounts
44 of log data, most of which is extremely cryptic.
45
46 Note that specifying this parameter here will override the log
47 level parameter in the /etc/samba/smb.conf file.
48
49 --debug-stdout
50 This will redirect debug output to STDOUT. By default all clients
51 are logging to STDERR.
52
53 --configfile=<configuration file>
54 The file specified contains the configuration details required by
55 the client. The information in this file can be general for client
56 and server or only provide client specific like options such as
57 client smb encrypt. See /etc/samba/smb.conf for more information.
58 The default configuration file name is determined at compile time.
59
60 --option=<name>=<value>
61 Set the smb.conf(5) option "<name>" to value "<value>" from the
62 command line. This overrides compiled-in defaults and options read
63 from the configuration file. If a name or a value includes a space,
64 wrap whole --option=name=value into quotes.
65
66 -l|--log-basename=logdirectory
67 Base directory name for log/debug files. The extension ".progname"
68 will be appended (e.g. log.smbclient, log.smbd, etc...). The log
69 file is never removed by the client.
70
71 --leak-report
72 Enable talloc leak reporting on exit.
73
74 --leak-report-full
75 Enable full talloc leak reporting on exit.
76
77 -V|--version
78 Prints the program version number.
79
80 -?|--help
81 Print a summary of command line options.
82
83 --usage
84 Display brief usage message.
85
87 This man page is part of version 4.18.9 of the Samba suite.
88
90 The original Samba software and related utilities were created by
91 Andrew Tridgell. Samba is now developed by the Samba Team as an Open
92 Source project similar to the way the Linux kernel is developed.
93
94 The profiles man page was written by Jelmer Vernooij.
95
96
97
98Samba 4.18.9 11/30/2023 PROFILES(1)