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